Skip to content

Commit 636ce30

Browse files
committed
Update Module_1.0_Tutorials_START_HERE.ipynb
Said Hello to Michael
1 parent 4a8e1f0 commit 636ce30

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

Python Absolute Beginner/Module_1.0_Tutorials_START_HERE.ipynb

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
},
8787
{
8888
"cell_type": "code",
89-
"execution_count": 1,
89+
"execution_count": 3,
9090
"metadata": {
9191
"slideshow": {
9292
"slide_type": "subslide"
@@ -125,10 +125,20 @@
125125
},
126126
{
127127
"cell_type": "code",
128-
"execution_count": null,
128+
"execution_count": 4,
129129
"metadata": {},
130-
"outputs": [],
131-
"source": []
130+
"outputs": [
131+
{
132+
"name": "stdout",
133+
"output_type": "stream",
134+
"text": [
135+
"Hello Michael\n"
136+
]
137+
}
138+
],
139+
"source": [
140+
"print (\"Hello Michael\")"
141+
]
132142
},
133143
{
134144
"cell_type": "code",
@@ -3354,7 +3364,7 @@
33543364
"name": "python",
33553365
"nbconvert_exporter": "python",
33563366
"pygments_lexer": "ipython3",
3357-
"version": "3.11.2"
3367+
"version": "3.11.0"
33583368
}
33593369
},
33603370
"nbformat": 4,

0 commit comments

Comments
 (0)