Please, read this: https://www.w3schools.com/python/ref_random_randint.asp
import random print(random.randint(3, 9))