Question: Python. Write a Python function to determine if a person is old enough to drive. The function should return a message saying whether the person
Python.
Write a Python function to determine if a person is old enough to drive. The function should return a message saying whether the person is or is not old enough. To be allowed to drive, the person must be at least 17 years old. Ask the user for the age of the person in years and then call the function to determine if the person is old enough to drive, and print a response.
Show that your program logic is valid by running the program and entering an age of 6 years and then running the program again and entering an age of 20 years.
Submit screen shots of your program code and the output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
