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
4.4m questions
5.6m answers