From c80b04171881bb19e9eb8ce1cf246cb8df32a491 Mon Sep 17 00:00:00 2001 From: Luisa Freitas Date: Sat, 13 Apr 2024 18:41:40 +0100 Subject: [PATCH] LuisaFreitas --- .DS_Store | Bin 0 -> 6148 bytes .../.ipynb_checkpoints/main-checkpoint.ipynb | 72 ++++++++++++++++++ your-code/main.ipynb | 25 ++++-- 3 files changed, 92 insertions(+), 5 deletions(-) create mode 100644 .DS_Store create mode 100644 your-code/.ipynb_checkpoints/main-checkpoint.ipynb diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..73555bae1d3c5544248c98e97b204544a0c4d735 GIT binary patch literal 6148 zcmeHK%}T>S5T0$TO(;SS3OxqAR;;!P#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^IKwaKK_ zKBzmbW^-D1Chh$O*@x4qZEbDu9-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%(20j2>VNA;a literal 0 HcmV?d00001 diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 0000000..b06f057 --- /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 Luísa\n" + ] + } + ], + "source": [ + "print(\"Hello world, from Luísa\")" + ] + }, + { + "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..b06f057 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 Luísa\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world, from Luísa\")" ] + }, + { + "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 }