Question: with python Practice Exercise 4 O Write a program to request four inputs as follows. the name of a player (string type) the score of

with python
Practice Exercise 4 O Write a program to request four inputs as follows. the name of a player (string type) the score of each stage int type) stage, and the average of stages O Then display the name of the player, the scores of each (rounded from 2 decimal places). Use 'format method' O Example) Enter the name of a player: Ann Enter the score of stage A: 1080 Enter the score of stage B: 754 Enter the score of stage C 130 aner ,0814,502 Average 1,080 754 1,302 ,045.33 Ann 0 digits 8 digits 8 digits 8 digits 10 digits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
