Skip to content

Instantly share code, notes, and snippets.

@rochacbruno
Created November 20, 2011 14:12
Show Gist options
  • Save rochacbruno/1380300 to your computer and use it in GitHub Desktop.
Save rochacbruno/1380300 to your computer and use it in GitHub Desktop.
>>> import random
>>> random.random()
0.37134260856263623
>>> random.choice(range(0,999))
360
@gilsondev
Copy link

Sorteio em 3 linhas =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment