“Python Random Choice int” Réponses codées

Comment obtenir un int aléatoire entre deux nombres python

import random
print(random.randint(10,100))

  this will output somthing between 10 and 100
Amused Ape

Python Random Choice int

from random import randrange
print(randrange(10))
Joyous Jellyfish

Python aléatoire

from random import randrange
print(randrange(10))
Nervous Nightingale

Réponses similaires à “Python Random Choice int”

Questions similaires à “Python Random Choice int”

Plus de réponses similaires à “Python Random Choice int” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code