Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Making lists using itertools and eliminating duplicates.
Post: RE: Making lists using itertools and eliminating d...

Figured it out. Sorry, I don't know how to delete a post. print(len(list(set(entry))))
mike3891 General Coding Help 2 2,245 Oct-26-2020, 04:45 PM
    Thread: Making lists using itertools and eliminating duplicates.
Post: Making lists using itertools and eliminating dupli...

I'm trying to get all combinations of the following numbers as long as they don't total over 50,000 and must be in combos of 6. From there I want to condense into a new list that has no duplicates eve...
mike3891 General Coding Help 2 2,245 Oct-26-2020, 04:30 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020