Computer Science, asked by hellonaz2010, 19 days ago

Write a program to enter the age and display the message stating the person to apply for a driving license​

Answers

Answered by satyamsingh9150
1

Answer:

name = input("Enter your name :- ") age = int(input ("Enter your age :- ")) if age < 18 : print("Your are not eligible to apply for a driving license ") else : print("Your are eligible to apply for a driving license ")

Explanation:

please brilliant marks please brilliant marks

Similar questions