Skip to content

Commit e15cf7f

Browse files
committed
Update Employee Obj.ipynb
1 parent 943a48c commit e15cf7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Employee Obj.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": 2,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -15,15 +15,15 @@
1515
},
1616
{
1717
"cell_type": "code",
18-
"execution_count": 3,
18+
"execution_count": 7,
1919
"metadata": {},
2020
"outputs": [
2121
{
2222
"name": "stdout",
2323
"output_type": "stream",
2424
"text": [
25-
"<__main__.Employee object at 0x000001C215A66B48>\n",
26-
"<__main__.Employee object at 0x000001C21469B348>\n"
25+
"<__main__.Employee object at 0x000001D9F490C2C8>\n",
26+
"<__main__.Employee object at 0x000001D9F490C308>\n"
2727
]
2828
}
2929
],
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"cell_type": "code",
37-
"execution_count": 5,
37+
"execution_count": 9,
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
@@ -46,14 +46,14 @@
4646
},
4747
{
4848
"cell_type": "code",
49-
"execution_count": 8,
49+
"execution_count": 10,
5050
"metadata": {},
5151
"outputs": [
5252
{
5353
"name": "stdout",
5454
"output_type": "stream",
5555
"text": [
56-
"<__main__.Employee object at 0x000001C215A66B48>\n",
56+
"<__main__.Employee object at 0x000001D9F490C2C8>\n",
5757
"Soumyadip\n",
5858
"Chowdhury\n",
5959

0 commit comments

Comments
 (0)