diff options
Diffstat (limited to 'tutorials/module_1/basics_of_python.ipynb')
| -rw-r--r-- | tutorials/module_1/basics_of_python.ipynb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/tutorials/module_1/basics_of_python.ipynb b/tutorials/module_1/basics_of_python.ipynb index 2fb996c..49f7a5a 100644 --- a/tutorials/module_1/basics_of_python.ipynb +++ b/tutorials/module_1/basics_of_python.ipynb @@ -168,7 +168,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 1, "id": "a9bc3bda-e55d-4f5a-813d-8f6316f12c64", "metadata": {}, "outputs": [], @@ -181,7 +181,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 2, "id": "f6af843b-159f-4d10-9c84-abebde7e7bbc", "metadata": {}, "outputs": [ @@ -251,7 +251,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 3, "id": "a7e71be9-dd9a-42c9-84e2-cb5f8f8939b1", "metadata": {}, "outputs": [ @@ -271,14 +271,6 @@ "y = \"Hello\"\n", "print(f' Variable y is type: {type(y)}')" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "d26ad8d0-a96e-4436-aedd-b07ddd7ae696", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { |
