Computer Science, asked by shanvisharma3112, 7 days ago

write a phython program to check eligiblty for driving a car​

Answers

Answered by 190jennie
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 vr106367
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