Job Requirements
Alex 100000
Rain 80000
Egon 50000
Yuan 30000
-----above are info.txt file-----
Implementation results:
Read employees and their payroll information from the Info.txt file, and finally write the revised or increased employee payroll information to the original Info.txt file.
Effect Demo:
1. Check the employee's salary
2. Revise employee's salary
3. Add new Employee Records
4. Exit
>>:1
Please enter the name of the employee to be queried (ex: Alex): Alex
Alex's salary is: 100000.
1. Check the employee's salary
2. Revise employee's salary
3. Add new Employee Records
4. Exit
>>:2
Please enter the employee name and salary to be modified, separated by a space (for example: Alex): Alex 10
Modified successfully!
1. Check the employee's salary
2. Revise employee's salary
3. Add new Employee Records
4. Exit
>>:3
Please enter the employee's name and salary to be added, split the total space (ex: Eric 100000): Eric 100000
Increase success!
1. Check the employee's salary
2. Revise employee's salary
3. Add new Employee Records
4. Exit
>>:4
Good bye!
Python Basics-Day 3 assignment-compensation Management System Payroll Management