write a phython program to check eligiblty for driving a car
Answers
Answered by
1
Answer:
hey mate
Explanation:
here u go with your question's answer
this is my own program i made a few days before renames as COMPUTER CLASS PROJECT as this was my project too
mark as brainliest please
Attachments:
Answered by
0
age = int(input("Enter your age : "))
if age > 17 :
print("You are eligible to drive")
else:
print("You are not eligibleto drive")
Similar questions