Question: CHALLENGE ACTIVITY 9 . 2 . 2 : Classes: Grouping data Jump to level 1 Create an instance of the EmployeeData class called my _

CHALLENGE
ACTIVITY
9.2.2: Classes: Grouping data
Jump to level 1
Create an instance of the EmployeeData class called my_employee. Then, assign my_employee's attributes id and age with the two values read from input, respectively.
Click here for example
1 class EmployeeData:
def (self):
self.id =0 self.age =0
4
6 id_in = int input ()
 CHALLENGE ACTIVITY 9.2.2: Classes: Grouping data Jump to level 1 Create

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!