In a Python file named Employee.py, write a class named Employee that holds the following data about an employee in attributes: name, ID number, department, and job title. Once you have written the class, in a file named L8q1.py, create a program that stores Employee objects in a dictionary. Use the employee ID number as the key. The program should present a menu that lets the user perform the following actions:

Solved
Show answers

Ask an AI advisor a question