From d000580a37d81878bd082adf6005265fbcab6e6c Mon Sep 17 00:00:00 2001 From: Tarinee Date: Fri, 6 Oct 2023 17:39:26 +0200 Subject: [PATCH] TarineeMeesters --- .DS_Store | Bin 0 -> 6148 bytes .../TarineeMeesters-checkpoint.ipynb | 72 ++++++++++++++++++ your-code/TarineeMeesters.ipynb | 72 ++++++++++++++++++ your-code/main.ipynb | 2 +- 4 files changed, 145 insertions(+), 1 deletion(-) create mode 100644 .DS_Store create mode 100644 your-code/.ipynb_checkpoints/TarineeMeesters-checkpoint.ipynb create mode 100644 your-code/TarineeMeesters.ipynb diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..2f7758bbe891e0a1c362040689698c69a1d33282 GIT binary patch literal 6148 zcmeHK%}N6?5T3Nv?oxyv6nYGJt=JXOf|sS%7jQ)nDz)ntU0gS%KQ2-Vd)627Nqin> zl2k0M;7P>Jz~oEjXG6X$nFIhtYaDq1RRC~M2@5VZON9KS3sSHaLZQF01Gk_cf?k*{ zM6=;9GC+Ih!ZYsL7zXfV|AzfAQ6YNY!hRADM~%k2C=^R;>t(0xRGjPJUS+|kI~osL z-N7Y|&Xh{RS-%^e$Gxmm-8@$5s2iuffli2{9)?_9#A&3mmKvwgQ0E55;kb_5sn#Zw zeXlOPhBvLtiMQ8m*5%\"" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "id": "Q-7_OfPG38WX" + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Hello world,from Tarinee Meesters\n" + ] + } + ], + "source": [ + "print(\"Hello world,from Tarinee Meesters\")\n" + ] + }, + { + "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.9.13" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +} diff --git a/your-code/TarineeMeesters.ipynb b/your-code/TarineeMeesters.ipynb new file mode 100644 index 0000000..9dde77b --- /dev/null +++ b/your-code/TarineeMeesters.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 Tarinee Meesters\n" + ] + } + ], + "source": [ + "print(\"Hello world,from Tarinee Meesters\")\n" + ] + }, + { + "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.9.13" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +} diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..fe77177 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -24,7 +24,7 @@ }, "outputs": [], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world,from Tarinee Meesters\")\n" ] } ],