num = int(input("Please enter a number below 20: "))
if num >= 20:
print("Too high")
else:
print("Thank you")
1.6m questions
2.0m answers