7 lines
97 B
Python

import random
t = ''
for i in range(1000):
t += '' + str(random.randint(0,8)) + ','
print t