if and else

 age = int(input("enter you age :"))

if(age>17):
  print("yes you can drive")
else:
  print("no you can't")

Comments

Popular posts from this blog