samedi 5 septembre 2020

I cannot take multiple values in rand.randrange with k?

import random print("3 values divided by 3") print(random.randrange(100,999,5,k=3,end=','))

is there any way to take multiple values with "random.randrange"?Like in random.choices or random.sample we can choose more than 1 element with "k".




Aucun commentaire:

Enregistrer un commentaire