myRand, ugly, not yet working correctly
This commit is contained in:
7
GenerateNumbers/genNum.py
Normal file
7
GenerateNumbers/genNum.py
Normal file
@ -0,0 +1,7 @@
|
||||
import random
|
||||
|
||||
t = ''
|
||||
for i in range(1000):
|
||||
t += '' + str(random.randint(0,8)) + ','
|
||||
|
||||
print t
|
Reference in New Issue
Block a user