I'm trying to store the result of random.random into a variable like so:
random.random
import random def randombb(): a = random.random() print(a) randombb()
How can I properly get a?
Thanks.
Aucun commentaire:
Enregistrer un commentaire