employee module#
- class employee.Employee(name: str, job_title: str)#
Bases:
object
Class for keeping track of employee details.
- Parameters:
name (str) – full name of
Employee
job_title (str) – job title
- employee.JOB_TITLES = ['SALES_REP', 'REGIONAL_MANAGER', 'MANAGER', 'HR', 'ACCOUNTING']#
A list of valid job titles at Dunder Mifflin.
- Type:
list
ofstr