Question: Create the necessary Python code to meet the following user requirements. The application should be a Python console application The application should prompt the user
Create the necessary Python code to meet the following user requirements.
The application should be a Python console application
The application should prompt the user to enter a round of golf scores by asking to input
individual scores for the hole.
The application should also prompt the user to enter the total number of putts taken on each
hole.
The application should also prompt the user to enter the Par score for the round.
Assume the user always enters integer values.
After the Par score, all user scores and all putt amounts are entered, determine and display the
users total score, how their score compares to par a positive amount will represent a score
above par and a negative amount will represent a score below par and average putts per hole.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
