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