From 4f08968a90d2d5f9663353354cc71de20ae454ca Mon Sep 17 00:00:00 2001 From: Gonzalo Benitez Date: Thu, 5 Oct 2023 00:56:02 +0200 Subject: [PATCH 1/2] updated --- example.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 example.txt diff --git a/example.txt b/example.txt new file mode 100644 index 0000000..e69de29 From afd0dc9af22e1db77d69a643985fc1e878eb09e9 Mon Sep 17 00:00:00 2001 From: Gonzalo Benitez Date: Tue, 10 Oct 2023 18:29:51 +0200 Subject: [PATCH 2/2] updated --- .DS_Store | Bin 0 -> 6148 bytes your-code/.DS_Store | Bin 0 -> 6148 bytes your-code/main.ipynb | 132 +++++++++++++++++++++++++------------------ 3 files changed, 77 insertions(+), 55 deletions(-) create mode 100644 .DS_Store create mode 100644 your-code/.DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9bbe6b73ccd8040c267b4cc19020316636a1abab GIT binary patch literal 6148 zcmeHK%}T>S5T0$TO(;SS3OxqAR;*PE#Y?F51&ruHr6wk5FlI}C3{na?>kIiLK94iI zTd}l)ClNaXv)}CeWZ7@S{s4gJjKe*EDgaohgasR$B|>r11t}O0p-|u0fm@IeLKI{R z+3fg>4A9!y@QkZAh5>w8zhOT}WPs7Ppr6FUQKRuL3dPdedf6&l73yM_I4Bc`VbBAE(hk6~tkLDOVS98p^CA$7wiJwVn=Gwq^IKwaKJ; z*s41R`|WAnnY5b?vRl)sZEbDu9-a0clE+lOXgUS{c}g}6&fpb|B{O^S25BPGJB-dM zXBCXh05iZ0tO^5W|FbHqGGU%4Gr$b|m;u@!98^NrV6IVZ9oW$Ik>Vvn613?pLFgEC z4dxm#f+BP&qAnHYi6L}3`W=(!8q787au8}{{Eit}m=}srqodzZ=^$K<+%f~qz&ry* z-L2C3fAanNf4+!&%m6d+uNV-euGj70l+4+>FgZGF9n>3C63WXpewLu2j$+KEqqv5u a1pN*fh_1n0BYIHyBA{sCh8g%(20j3Bn@r3A literal 0 HcmV?d00001 diff --git a/your-code/.DS_Store b/your-code/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0\"" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "Q-7_OfPG38WX", + "colab": { + "base_uri": "https://localhost:8080/" + }, + "outputId": "49e4400c-3588-408b-b341-297a6d862e27" + }, + "outputs": [ + { + "output_type": "stream", + "name": "stdout", + "text": [ + "Hellow world\n" + ] + } + ], + "source": [ + "print(\"Hellow world\")\n", + "print(\"Lab one good to go\")" + ] + }, + { + "cell_type": "code", + "source": [], + "metadata": { + "id": "qFeZVL0yaFf6" + }, + "execution_count": null, + "outputs": [] + } + ], + "metadata": { + "colab": { + "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.7.11" + } }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### 1. Change the following function to print \"Hello world, from < yourname >\"" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "Q-7_OfPG38WX" - }, - "outputs": [], - "source": [ - "print(\"Hellow world\")" - ] - } - ], - "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.7.11" - } - }, - "nbformat": 4, - "nbformat_minor": 1 -} + "nbformat": 4, + "nbformat_minor": 0 +} \ No newline at end of file