print(f"Random number between 1 and 10: {random.randint(1, 10)}") ...