Answers for "random.randint function python"

6

python randint

from random import randint

print(randint(3, 9))
Posted by: Guest on January-16-2020
0

random module randint

num = random.randint(1, 100)
Posted by: Guest on January-24-2022

Python Answers by Framework

Browse Popular Code Answers by Language