age = 18

if age > 18:
    print("you are old enough to pass")
else:
    print("you need to be older than 18 to pass")