Question
please solve ths problem with python in pycharm A company expects its employees to work online for a total of 10 hours, spread over 5
please solve ths problem with python in pycharm
A company expects its employees to work online for a total of 10 hours, spread over 5 days a week, in this pandemic environment. In this company, where 5 people work in total, it is required to distribute and place a table in a single person at each time. It is expected that this table is a two-dimensional array of 10x5, and when these people are assigned randomly, you are expected to write an application that will provide a layout similar to the following. Employees are coded between 1 and 5. Note There cannot be more than one employee in a range, and an assigned element cannot be reassigned to the same range.
a) If it is desired, the places of two employees can be swapped on this table. According to the information entered, it is required to update and print the updated table on the screen. (35 points)
b) The information on which days and intervals an employee worked should be able to be printed on the screen if requested. (15 points)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started