Python Forum
Creating multidictionaries in one
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Creating multidictionaries in one
#1
Hey guys! So basically, how would I save a prior of a dictionary before its values are changed. And also I want the format to be like this;

{'A':None,{'R1': [5,4,2,6,4],'R2':[6,5,4,7,4],'R3':[6,2,4,7,3]
I would like to have the user input the values for r1,r2,r3 and if there is no value make it none. How would i do that?
Reply


Messages In This Thread
Creating multidictionaries in one - by somebrick - Oct-14-2017, 02:55 PM

Forum Jump:

User Panel Messages

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