A company wants to track employees’ names and their departme…
A company wants to track employees’ names and their departments. Use a dictionary of length 3 where the keys are department names and the values are lists of employees. Write code to: a)Add an employee to a department. (2 points)b)Move an employee to another department. (2 points)c)List all employees in a specific department. (1 point)
Read Details