Question: please help me with this python program python 3 Question 1. Generator Store all created Person, Student, Employee, Faculty, and Staff in a dictionary for
please help me with this python program
python 3
Question 1.
Generator Store all created Person, Student, Employee, Faculty, and Staff in a dictionary for examples: a,b,c... are correspondent objects
data ={
'Person': [a, b],
'Student': [c, d, e],
'Faculty': [f,g],
'Staff': [h,k],
'Employee': [l,m,m,o,p],
}
Create methods to get all Students, Employees, Faculties and Staffs as generators
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
