Question: A): Write a python program that does the following: 1) ask the user how many employees records he/she would like to save 2) then loop
A): Write a python program that does the following: 1) ask the user how many employees records he/she would like to save 2) then loop the number user has entered a) open a file with the filename "EmployeeRecords.txt". b) get the information about each record; each record should have three fields (Name, Department, Salary) c) close the file B): Write a python program that does the following: 1) open the file you have created previously on A ("EmployeeRecords.txt") 2) delete the second record 3) if there is no such second record, display to the user "Couldn't find the second record" 4) close the file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
