The Springfork Amateur Golf Club has a tournament every weekend. The club
president has asked you to write two programs:

        A program that will read each player’s name and golf score as
keyboard input, and then save these as records in a file named golf.txt.
(Each record will have a field for the player’s name and a field for the
player’s score.)

I attempted to solve it but ran into some errors from using some methods
from a different python version but it didn't turn out the right way. Now I
am stuck without a program and no where to start. Any help would be
appreciated
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to