Skip to content

Commit

Permalink
Changed range
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrandle committed Aug 15, 2012
1 parent 3b4269a commit d5557e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lottery.py
Expand Up @@ -5,7 +5,7 @@

winningset = set(winningnumbers)

for i in range (1,100000):
for i in range (1,10000000):

numbers = []

Expand Down

0 comments on commit d5557e8

Please sign in to comment.