Skip to content

Commit 2a1d6da

Browse files
committed
2 parents 3a9eca1 + 2b22814 commit 2a1d6da

File tree

1 file changed

+7
-28
lines changed

1 file changed

+7
-28
lines changed

week5/w5.ipynb

Lines changed: 7 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -119,19 +119,9 @@
119119
},
120120
{
121121
"cell_type": "code",
122-
"execution_count": 7,
123-
"metadata": {},
124-
"outputs": [
125-
{
126-
"name": "stdout",
127-
"output_type": "stream",
128-
"text": [
129-
"<class 'function'>\n",
130-
"<class 'int'>\n",
131-
"<class 'str'>\n"
132-
]
133-
}
134-
],
122+
"execution_count": null,
123+
"metadata": {},
124+
"outputs": [],
135125
"source": [
136126
"def hello_world():\n",
137127
" print(\"hello world!\")\n",
@@ -214,7 +204,7 @@
214204
},
215205
{
216206
"cell_type": "code",
217-
"execution_count": 3,
207+
"execution_count": null,
218208
"metadata": {},
219209
"outputs": [],
220210
"source": [
@@ -484,20 +474,9 @@
484474
},
485475
{
486476
"cell_type": "code",
487-
"execution_count": 3,
488-
"metadata": {},
489-
"outputs": [
490-
{
491-
"name": "stdout",
492-
"output_type": "stream",
493-
"text": [
494-
"I'm a computer scientist!!!111!!\n",
495-
"I'm Person, 25 years old. I'm a phd.\n",
496-
"I'm Person2, 30 years old. I'm a mechanic.\n",
497-
"I'm a doctor!!!111!!\n"
498-
]
499-
}
500-
],
477+
"execution_count": null,
478+
"metadata": {},
479+
"outputs": [],
501480
"source": [
502481
"class ComputerScientist(Person):\n",
503482
" def __init__(self, name, age):\n",

0 commit comments

Comments
 (0)