Python Forum
a rudimentary caesar wheel
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a rudimentary caesar wheel
#2
(Apr-12-2018, 01:14 AM)mepyyeti Wrote: learned that lists tend to ignore duplicate (string char) when populating
I'm not quite sure what this should mean. There is no problem to have duplicate elements in a list. In a dict keys are unique, but values - may be not. and set is unordered collection of unique elements
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
a rudimentary caesar wheel - by mepyyeti - Apr-12-2018, 01:14 AM
RE: a rudimentary caesar wheel - by buran - Apr-12-2018, 09:55 AM

Forum Jump:

User Panel Messages

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