Skip to content

Instantly share code, notes, and snippets.

@thunderchao
Created June 8, 2012 06:20
Show Gist options
  • Save thunderchao/2893923 to your computer and use it in GitHub Desktop.
Save thunderchao/2893923 to your computer and use it in GitHub Desktop.
nr = 5
while nr >= 0:
if nr == 5:
obs_res = obsession[random.randint(1,10)]
nr -= 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment