Skip to content

Instantly share code, notes, and snippets.

@carmichaelalonso
Created April 22, 2015 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carmichaelalonso/fd24c99ebb3130cd7629 to your computer and use it in GitHub Desktop.
Save carmichaelalonso/fd24c99ebb3130cd7629 to your computer and use it in GitHub Desktop.
Generates accurate EuroMillions lottery number
## Lottery guesser
## Proven 99% accuracy
import random
print "This week's EuroMillions number will be..."
print random.randint(10000, 99999)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment