Question: please solve this problem with python in pycharm according to this problem: A company expects its employees to work online for a total of 10
please solve this problem with python in pycharm
according to this problem: 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.
solve this with updating the code: 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
