Answered step by step
Verified Expert Solution
Question
1 Approved Answer
how can i write this in py thon programming Assignment: Use a file to save the data Update the program so it reads the player
how can i write this in py thon programming
Assignment: Use a file to save the data Update the program so it reads the player data from a file when the program starts andwrites the player data to a file anytime the data is changed Console Baseball Team Manager MENU OPTIONS 1 Display lineup 2 -Add player 3 Remove player 4 Move player 5 Edit player position 6 Edit player stats 7-Exit program POSITIONS C, 1B, 2B, 3B, SS, LF, CF, RF, P Menu option: I Player POS ABH AVG oF 545 174 .319 2B 475 138 0.291 1 Denard 2 Joe 3 Buster 4 Hunter 5 Brandon 6 Eduardo 7 Brandon 8 Jarrett 9 Madison 535 176 0.329 OF 485 174 0.359 Ss 532 125 0.235 3B 477 122 0.256 1B 533 127 0238 OF 215 58 0.27 SP 103 21 0.204 Menu option: 7 Bye! Specifications Use a CSV file to store the lineup. Store the funtions for writihg and reading the file of players in a separate modulethan the rest of the program. Assignment: Use a file to save the data Update the program so it reads the player data from a file when the program starts andwrites the player data to a file anytime the data is changed Console Baseball Team Manager MENU OPTIONS 1 Display lineup 2 -Add player 3 Remove player 4 Move player 5 Edit player position 6 Edit player stats 7-Exit program POSITIONS C, 1B, 2B, 3B, SS, LF, CF, RF, P Menu option: I Player POS ABH AVG oF 545 174 .319 2B 475 138 0.291 1 Denard 2 Joe 3 Buster 4 Hunter 5 Brandon 6 Eduardo 7 Brandon 8 Jarrett 9 Madison 535 176 0.329 OF 485 174 0.359 Ss 532 125 0.235 3B 477 122 0.256 1B 533 127 0238 OF 215 58 0.27 SP 103 21 0.204 Menu option: 7 Bye! Specifications Use a CSV file to store the lineup. Store the funtions for writihg and reading the file of players in a separate modulethan the rest of the programStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started