Mission 2 - Commit notebook

parent 8d709919
...@@ -75,8 +75,18 @@ ...@@ -75,8 +75,18 @@
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "code",
"execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, world!\n"
]
}
],
"source": [ "source": [
"print(\"Hello, world!\")" "print(\"Hello, world!\")"
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment