Created
February 28, 2017 19:08
-
-
Save qharlie/1fc8c05975c069671dcec56954d08a73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
values = {} | |
values['A1'] = [1] | |
values['A2'] = [2] | |
values['A3'] = [1] | |
box = 'A1' | |
for num in values[box]: | |
values[box] = num |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment