Question: CHALLENGE ACTIVITY 9 . 2 . 2 : Classes: Grouping data Jump to level 1 Create an instance of the EmployeeData class called my _
CHALLENGE
ACTIVITY
: Classes: Grouping data
Jump to level
Create an instance of the EmployeeData class called myemployee. Then, assign myemployee's attributes id and age with the two values read from input, respectively.
Click here for example
class EmployeeData:
def self:
self.id self.age
idin int input
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
