Skip to content

Instantly share code, notes, and snippets.

Created December 17, 2012 05:28
Show Gist options
  • Save anonymous/4315977 to your computer and use it in GitHub Desktop.
Save anonymous/4315977 to your computer and use it in GitHub Desktop.
round.wins[num] # 12
previous_round.wins[num] # 12
round.wins[num] = previous_round.wins[num] + 1 # 13
round.wins[num] # 13
previous_round.wins[num] # 13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment