Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
Created March 17, 2016 14:02
Show Gist options
  • Select an option

  • Save indeedwatson/6a943d1c17a1eef59678 to your computer and use it in GitHub Desktop.

Select an option

Save indeedwatson/6a943d1c17a1eef59678 to your computer and use it in GitHub Desktop.
import random
for i in range(5):
print(random.randint(1,10))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment