python prograM
hello guys this is python driving licen eligiblity checking program
print("What is your age?")
age = int(input())
if age<18:
print("You cannot drive")
elif age==18:
print("We will think about you")
else:
print("You can drive")
hello guys this is python driving licen eligiblity checking program
print("What is your age?")
age = int(input())
if age<18:
print("You cannot drive")
elif age==18:
print("We will think about you")
else:
print("You can drive")
nice
ReplyDelete