Question: Write the output for the following code.class Company ( ) :def init ( self , employees ) :self.employees = employeesdefIlen ( self ) return len

Write the output for the following code.class Company () :def init (self, employees) :self.employees = employeesdefIlen(self)return len (self.employees)members = Company ([' manager', 'team lead', 'mentor'])print (len (members)) a) employeesPage 3 of 50 b)['manager', team lead! mentor') c) d) TypeError: object of type 'Company' has no len)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!