Megamillions, nerd.
A lot of talk about the lottery today at lunch.. i've never bought a ticket.
#!/usr/bin/python import random for i in range(1,6): print random.randrange(1,56) print random.randrange(1,46)
A lot of talk about the lottery today at lunch.. i've never bought a ticket.
#!/usr/bin/python import random for i in range(1,6): print random.randrange(1,56) print random.randrange(1,46)
0 Comments
Log in with Twitter, Google, Facebook, LinkedIn to leave a comment.