a binary file 'employee.dot' has structure [Employee no, name, sex, department ]. write a function countEmp(dept) in python which accept the employee department as parameter and count and return the no off employees those are working in same department.
Answers
Answered by
3
Explanation:
binary file 'employee.dot' has structure [Employee no, name, sex, department ]. write a function countEmp(dept) in python which accept the employee department as parameter and count and return the no off employees those are working in same department.
Similar questions