Question: Python 3: The Payroll Department keeps a list of employee information for each pay period in a text file. The format of each line of
Python 3: The Payroll Department keeps a list of employee information for each pay period in a text file. The format of each line of the file is the following:
Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the given period.
The report should be in tabular format with the appropriate header.
Each line should contain:
An employees name
The hours worked
The wages paid for that period.

Please have the output in the same format as above
Instructions data.txt payroll.py + The Payrall Department keeps a list nf emplayee information for each pay period in a text file. The format of each line of the file Is the following 1 "bert 34 18.50 2 Osborne 22 6.25 3 Gtaconcttt 5 198.70 last nanc hourly wag hours worked Write a program that inputs a filename from the user and prints to the terminal a report of the wages paid to the employees for the glven period. The report should be in tabular format with the appropriate hcader -Each line should contain: An employee's name a The hours worked a The wages paid for that peried. An example of the program input and output is shown below: liours Total Pay Osborne Gtaconetti 13.5 503.58
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
