We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20578f0 commit 53efc2fCopy full SHA for 53efc2f
Employee Obj.ipynb
@@ -10,12 +10,12 @@
10
" pass\n",
11
"\n",
12
"emp_1=Employee()\n",
13
- "emp_2=Employee()"
+ "emp_2=Employee()\n"
14
]
15
},
16
{
17
"cell_type": "code",
18
- "execution_count": 2,
+ "execution_count": 3,
19
"metadata": {},
20
"outputs": [
21
@@ -32,6 +32,18 @@
32
"print(emp_2)"
33
34
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
+ },
47
48
49
"execution_count": null,
0 commit comments