Outils pour utilisateurs

Outils du site


python:hasard:start

Ceci est une ancienne révision du document !


Table des matières

Hasard

http://www.python-simple.com/python-modules-math/random.php

random.random() : valeur entre 0 et 1, 1 exclus.


random.randint(0, 3) : entier entre 0 et 3 inclus.

random.choice(['a', 'b', 'c'])

python/hasard/start.1570895561.txt.gz · Dernière modification : (modification externe)