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