- Write A Python Program That Will Allow A User To Enter Work Hours Of 3 Employees From Sunday Saturday Guide 1 Declar 1 (76.68 KiB) Viewed 7 times
Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declar
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declar
Write a python program that will allow a user to enter work hours of 3 employees from Sunday- Saturday. Guide: 1. Declare 2D list for the work hours of employees, the size is 3,7 2. Declare 1D list for the days. ("Sun","Mon".... 3. Use nested for loop for entering the work hourd of each employee 4. Use single for loop for displaying the Sun-Sat words below the ENTRY SUMMARY 5. Use nested for loop in displaying the entry summary matrix and it should be match to the entered values above. 6. New Line, Spacing and Tab sequences are also useful to make the program output more organize. Use \t, and \n. Sample Output Blue Terminal Window-Nada del Cur Option Enter number of hour works hour for Employee at Sun:5 Enter number of hour works hour for Employee at Mon:6 Enter number of hour works hour for Employee at Tue:7 Enter number of hour works hour for Employee 8 at Wed:9 Enter number of hour works hour for Employee 8 at Thu:1 Enter number of hour works hour for Employee 0 at Fri:2 Enter number of hour works hour for Employee 0 at Sat:3 Enter number of hour works hour for Employee 1 at Sun:5 Enter number of hour works hour for Employee 1 at Mon:8 Enter number of hour works hour for Employee 1 at Tue:6 Enter number of hour works hour for Employee 1 at Wed:7 Enter number of hour works hour for Employee 1 at Thu:6 Enter number of hour works hour for Employee 1 at Fri:5 hour works hour for Enter number of Employee 1 at Sat:8 Enter number of hour works hour for Employee 2 at Sun:6 Enter number of hour works hour for Employee 2 at Mon:7 Enter number of hour works hour for Employee 2 at Tue: 8 Enter number of hour works hour for Employee 2 at Wed:5 Enter number of hour works hour for Employee 2 at Thu:6 Enter number of hour works hour for Employee 2 at Fri:8 Enter number of hour works hour for Employee 2 at Sat:3 Sun Mon Tue Wed Employee 8 5 6 7 9 Employee 1 5 8 6 Employee 2 6 7 8 7 5 SUMMARY OF ENTRY Thu Fri 1 2 5 8 6 6 Sat 3 8 3