from the docs
https://docs.python.org/3/library/random.html
random.randint(a, b):
Return a random integer N such that a <= N <= b. Alias for randrange(a, b+1).
pretty straightforward
just return a random number inside a given range
8th May 2018, 3:56 PM
Burey
Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :