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