“Random int em Python 3” Respostas de código

Random int em Python 3

from random import randint 
 
print(randint(1, 10))

# prints a random integer from 1 to 10
Rocku0

Random int python

from random import randint 
print(randint(1, 10))
MunchDuster

Respostas semelhantes a “Random int em Python 3”

Perguntas semelhantes a “Random int em Python 3”

Procure respostas de código populares por idioma

Procurar outros idiomas de código