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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!