if else & elif

# import age as age

# print("what is your age?")

# age = int(input())
# if age<18:
# print("no you cannot drive")
#
# elif age==18:
# print("we cannot decided that you should drive or not come here and do a physically test")
#
# else:
# print("yes you can drive")


# age = int(input("UMAR BATAO\n"))
#
# if age<18:
# print(" padhai likhai main dhyan do iyas yss bano desh ko smbhlao magar nahi tumhari g**d me to chanune kaat rahe hai")
# elif age==18:
# print("tera to sochna padega kya kare ")
# elif age>60:
# print("ab to retire ho ja ")
# else:
# print("sahi hai tm chala skte ho gadi")


# Neat and clean code with comments. Hope you will like it.

Comments

Popular posts from this blog

MAP FILTER AND REDUCE FUNCTION IN PYTHON

Writing Appending to a File

Recursions: Recursive Vs Iterative Approach