Question: I need a solution for my programming lab in python code The Springfork Amateur Golf Club has a tournament every weekend. The dlub president has
The Springfork Amateur Golf Club has a tournament every weekend. The dlub president has asked you to write a program that will read each player's name and score as keyboard input, and then save these as records in a file named golf.txt. First, have the program ask the user how many players they want to add to their record. Then, ask the user for each name and score individually. golf.txt should be structured so that there is a line with the player's name, folowed by their score on the next line. Emily 30 Mike 20 Jonathan 23 SAMPLE RUN #2: python3 Golfscorewriter.py Interactive Session | Hide Invisibles Highlight: N Enter-number-of.players:4e Enter-name-of-player-number 1:Jimmye Enter-score.of-player number-1:30 Enter-name-of-player number 2:Carlye Enter score.of player number.2:20 Enter-name of player-number-3:Marissae Enter score of player number.3:55 Enter-name of player-number.4:Brette Enter-score of player number.4:23
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
