Question: 2. Write a Python program that reads a text file called employeet.txt. - The input text file contains Employee_ID, Employee_name, Salary - Your program should

2. Write a Python program that reads a text file called employeet.txt. - The input text file contains Employee_ID, Employee_name, Salary - Your program should read each Employee details from the file - Then calculate the average of salaries - Display the employee details: Total number of employees, total average, the total highest andlowest salaries. - The program should output the report into a file called output.txt. - A sample of output text file is given below. Employee.txt: output.txt: Employee Report There are total of 6 employees The average of total salary is 16175 Mark has the highest salary 35000 Noora has the lowest salary 6600
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
