Created
April 22, 2015 18:16
-
-
Save carmichaelalonso/fd24c99ebb3130cd7629 to your computer and use it in GitHub Desktop.
Generates accurate EuroMillions lottery number
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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