Skip to content

Commit 53efc2f

Browse files
committed
Added
1 parent 20578f0 commit 53efc2f

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Employee Obj.ipynb

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
" pass\n",
1111
"\n",
1212
"emp_1=Employee()\n",
13-
"emp_2=Employee()"
13+
"emp_2=Employee()\n"
1414
]
1515
},
1616
{
1717
"cell_type": "code",
18-
"execution_count": 2,
18+
"execution_count": 3,
1919
"metadata": {},
2020
"outputs": [
2121
{
@@ -32,6 +32,18 @@
3232
"print(emp_2)"
3333
]
3434
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": 5,
38+
"metadata": {},
39+
"outputs": [],
40+
"source": [
41+
"emp_1.first=\"Soumyadip\"\n",
42+
"emp_1.last=\"Chowdhury\"\n",
43+
"emp_1.email=\"[email protected]\"\n",
44+
"emp_1.pay=90000"
45+
]
46+
},
3547
{
3648
"cell_type": "code",
3749
"execution_count": null,

0 commit comments

Comments
 (0)