jeudi 29 juillet 2021

Is there a way to generate 60 random numbers between 0 to 1 and check if first 3 digits of any numbers is repeated [closed]

import random
for i in range 60:
 print(random.random())

what should I write after this pls help




Aucun commentaire:

Enregistrer un commentaire