random list generator

23

import random
n = random.random()
print(n)

Comments

Submit
0 Comments