From eec0b2d5c9c8a368902fb12bb4319634a0e500c1 Mon Sep 17 00:00:00 2001 From: Alex Husiev Date: Thu, 11 Apr 2024 15:33:13 +0200 Subject: [PATCH 1/3] Alex Husiev --- .../.ipynb_checkpoints/main-checkpoint.ipynb | 72 +++++++++++++++++++ your-code/main.ipynb | 25 +++++-- 2 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 your-code/.ipynb_checkpoints/main-checkpoint.ipynb diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 0000000..a559c31 --- /dev/null +++ b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb @@ -0,0 +1,72 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": { + "id": "RR2Qt9g2xlcN" + }, + "source": [ + "# Git Lab" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### 1. Change the following function to print \"Hello world, from < yourname >\"" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "Q-7_OfPG38WX" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello world, from < yourname >\n" + ] + } + ], + "source": [ + "print(\"Hello world, from < yourname >\")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "colab": { + "collapsed_sections": [], + "name": "strings.ipynb", + "provenance": [] + }, + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.7" + } + }, + "nbformat": 4, + "nbformat_minor": 4 +} diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..a559c31 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -18,14 +18,29 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": { "id": "Q-7_OfPG38WX" }, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello world, from < yourname >\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world, from < yourname >\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { @@ -49,9 +64,9 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.7" } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 } From 12d14e6510f5fb6a5d129751bc70f9fe18ba78c8 Mon Sep 17 00:00:00 2001 From: Alex Husiev Date: Thu, 11 Apr 2024 16:07:18 +0200 Subject: [PATCH 2/3] Alex Husiev --- .../.ipynb_checkpoints/main-checkpoint.ipynb | 72 ------------------- 1 file changed, 72 deletions(-) delete mode 100644 your-code/.ipynb_checkpoints/main-checkpoint.ipynb diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb deleted file mode 100644 index a559c31..0000000 --- a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb +++ /dev/null @@ -1,72 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "RR2Qt9g2xlcN" - }, - "source": [ - "# Git Lab" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### 1. Change the following function to print \"Hello world, from < yourname >\"" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "id": "Q-7_OfPG38WX" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Hello world, from < yourname >\n" - ] - } - ], - "source": [ - "print(\"Hello world, from < yourname >\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "colab": { - "collapsed_sections": [], - "name": "strings.ipynb", - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.11.7" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} From 0f9b82190cf4f84460687e06193d7f7dca0b4d27 Mon Sep 17 00:00:00 2001 From: Alex Husiev Date: Thu, 11 Apr 2024 19:40:06 +0200 Subject: [PATCH 3/3] The proper version --- your-code/main.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index a559c31..679cebf 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -27,12 +27,12 @@ "name": "stdout", "output_type": "stream", "text": [ - "Hello world, from < yourname >\n" + "Hello world, from Alex!\n" ] } ], "source": [ - "print(\"Hello world, from < yourname >\")" + "print(\"Hello world, from Alex!\")" ] }, {