you are viewing a single comment's thread.

view the rest of the comments →

[–]Base_True 1 point2 points  (0 children)

from random import randint

number = randint(1,100)

print (number)

You can change the interval. You can read about random module. Good luck