i am writing a code in python in order to create an employee management application for a fictional paper company. Each employee is represented by 3 attributes: name, age and position
I need to define and use the following functions
display_employees(): (this needs a loop inside of the function)
allocate_department (returns single list containing information)
display_department_employees() (needs a loop inside of this function and uses allocate_department)
head_of_department() (uses allocate_department and need to use a loop inside of this function)
display_department_employees() (function that displays all info for all department.
Thanks
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here