import random random_integer = random.randint(1, 20) print(f"Random integer: {random_integer}")