age = input("enter your age: ") Age = int(age) if Age >=18: print("you are an adult") else: print("you are not an adult")