# Prints a pseudorandom number between 1 and 10, inclusive. from random import randint print(randint(1, 10))