Question: where in the code do you edit to get this output. please help will rate File COIL Format Nun Vindow none At select Program: payroll.py

 where in the code do you edit to get this output.

where in the code do you edit to get this output.

please help will rate File COIL Format Nun Vindow none At select

please help will rate

File COIL Format Nun Vindow none At select Program: payroll.py Project 4.12 lect Print a payroll report. ces Input A file in which each line has the form ads Chours worked> ent: Output s A report in tabular format. Each line has the form a Ro IT TE shot 5 # Take the ts fileName = input ("Enter the file name: ") we ents # Open the input file input File = open(fileName, 'r') ads Tk ents I 3-PG ents TOP- ents # Read the data and print the report print("*-155$63153" ("Student", "Majon", "CPA", Status!)) for line in input File: dataList = line.split() = dataList[O] hours = int (dataList[1]) payRate = float (dataList[2]) totalPay = hours * payRate print("$-15360$15.2" (name, hours, totalPay)) name ents Program F ents ents Student Smith Johnson Wilson Governors State University Division of Science. Mathematics and Technology Major GPA CS 3.8 IT 3.9 MATH 3.8 co alco Status Full Time Part Time FullTime

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!