Skip to content

Instantly share code, notes, and snippets.

@qharlie
Created February 28, 2017 19:08
Show Gist options
  • Save qharlie/1fc8c05975c069671dcec56954d08a73 to your computer and use it in GitHub Desktop.
Save qharlie/1fc8c05975c069671dcec56954d08a73 to your computer and use it in GitHub Desktop.
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