diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..45dd1fa 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -18,13 +18,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "id": "Q-7_OfPG38WX" }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hellow world, from Yuliya Lavrenyuk\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hellow world, from Yuliya Lavrenyuk\")" ] } ], @@ -49,7 +57,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.10.11" } }, "nbformat": 4,