import numpy for i in range(100): # pro všechna i = 0,1,...,99 udělej: x = numpy.random.rand() print(str(i) + "\t" + str(x))