A voir également:
- Python nombre aléatoire entre 0 et 10
- Clé d'activation windows 10 - Guide
- Nombre de jours entre deux dates excel - Guide
- Restauration systeme windows 10 - Guide
- Afficher le 0 devant un nombre dans excel - Guide
- Windows 10 ne démarre plus - Guide
2 réponses
Et hop !
Et pour les autres fonctions de random:
http://docs.python.org/lib/module-random.html
import random r = random.randint(1,100)
Et pour les autres fonctions de random:
http://docs.python.org/lib/module-random.html
Sur repl.it il faut faire :
import random
random.randint(1,100)
:)