from random import * print(random()) print(uniform(1.0, 10.0)) num = randint(1, 118) print(num) # print(randrange(1.0, 10.0))