Copy&Waste

Posts tagged "lottery"

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)

Tagged as lottery , python
Written by Andrew Konkol on January 4th, 2011 | 0 Comments
Copyright © 2022 Andrew Konkol | Contact | Feeds