# random_integer_0_to_10.py
import random
# integer from 1 to 10
randomInteger = random.randint(1, 10)
print(randomInteger)
input('')
####
'''
7
'''
# Dedicated to God the Father
# All Rights Reserved Christopher Andrew Topalian Copyright 2000-2024
# https://github.com/ChristopherTopalian
# https://github.com/ChristopherAndrewTopalian
# https://sites.google.com/view/CollegeOfScripting