Skip to content

arghyaghoshal/Driving

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Driving

print("Enter your Age-") age=int(input())

10<age<100

if age>=18: print("Do you have Driving License?") print("Press '1' if you have else press '0'.") A=int(input()) if A==1: print("Congratulation,You can Drive.") else: print("You can not Drive.\n","Apply for Driving License.") else: print("You can not Drive") print("Is it helpful?") input()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published