Search for question
Question

The CS1110 staff wants to keep up with how the UVA Basketball team players are doing! For this PA, you

will write a program called uvahoops.py, and when it runs, it should:

1. Ask what player you would like to calculate statistics for

2. Ask against what opponent you would like to calculate their statistics for

3. Ask how many 3's the player attempted

4. Ask how many 3's the player made

5. Ask how many 2's the player attempted

6. Ask how many 2's the player made

7. Ask how many free throws the player attempted

8. Ask how many free throws the player made

9.Print out the player's field goal percentage and free throw percentage, using the user's

previous inputs

10. Print out the player's total number of points scored in the game, using the user's previous

inputs