Get the information you need from a community of experts on IDNLearn.com. Ask your questions and receive accurate, in-depth answers from our knowledgeable community members.
Answer:
age = input()
if age < 13:
print("Not allowed")
else:
print("Allowed")