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