Answer:
age = input()
if age < 13:
print("Not allowed")
else:
print("Allowed")
4.3m questions
5.6m answers