Answer:
age=int(input("Enter age"))
if age>=18:
print("You are Young")
else
print("You are child")
Step-by-step explanation:
if you have any query or any problem kindly ask in comment
9.3m questions
12.0m answers