Skip to content

Instantly share code, notes, and snippets.

@twexler
Created November 27, 2012 21:14
Show Gist options
  • Save twexler/4157060 to your computer and use it in GitHub Desktop.
Save twexler/4157060 to your computer and use it in GitHub Desktop.
Generate a random number
>>> import random
>>> random.randint(1,100)
77
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment