PYTHON: The Payroll Department keeps a list of employeeinformation for each pay period in a text file. The format of eachline of the file is the following: Write a program that inputs datafrom a list and prints to the terminal a report of the wages paidto the employees for the given period. The report should be intabular format with the appropriate header. Each line shouldcontain an employee’s name, the hours worked, and the wages paidfor that period.
Use the following list or tuples to extract the reportinformation: [(“Lambert”, 34, 10.50), (“Osborne”, 22, 6.25),(“Giacometti”, 5, 100.70)]
PYTHON: The Payroll Department keeps a list of employee information for each pay period in a text file. The format of ea
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am