What is your Age Drive Coding

print("what is your age")
age = int(input())
if age<18:
    print("you connot drive")

elif age==18:
    print("we think about you")
else:
    print("you can drive")

Visit This Link For Great Information:  Our Weeks  


Comments

Popular posts from this blog

Calculator

Python File IO Basics

Break & Continue Statements In Python