Python Forum
Store a set in a dictionary's value
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Store a set in a dictionary's value
#9
In line 5, you're erasing anything that might previously have been stored at that index. So if index is the Cubbies and we're at 1908, it will overwrite the previous set that held 1907.
Reply


Messages In This Thread
RE: Store a set in a dictionary's value - by bowlofred - Oct-05-2020, 11:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Read csv file, parse data, and store in a dictionary markellefultz20 4 4,743 Nov-26-2019, 03:33 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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