From 3fa1205570ace2645b44f6b323bf284073c59b67 Mon Sep 17 00:00:00 2001 From: Martynas Date: Wed, 10 Apr 2024 12:01:34 +0200 Subject: [PATCH] updated hello world --- .DS_Store | Bin 0 -> 6148 bytes example.txt | 0 .../.ipynb_checkpoints/main-checkpoint.ipynb | 57 ++++++++++++++++++ your-code/main.ipynb | 4 +- 4 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 .DS_Store create mode 100644 example.txt create mode 100644 your-code/.ipynb_checkpoints/main-checkpoint.ipynb diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..00261d413000f1c7c2b44d8d6dbfedcb87159f07 GIT binary patch literal 6148 zcmeHK-AWrl6h0GEJDXC>ML{p;rr<@Cq!m*rg>8%%xe$sgdSQ$1xRr6;|E z>f&hhVZBjP%}?W+8a12snp*p~J|25=@qOb<=kWCW*XUw=`P-}>1pe*D7939C4+i&W z^E2pWsm_kEcfy=77+C>UfE9QS1>9aF-#o|UJSQu_3cP3qXn#=XgucVVqS-pIFi!wP zx<(qqm@bUOQ4W2Fg+=T^6PAi-slq)mgr#GvaE}k+W)|*+BFyYKzB1_` ze2ZMN0<6Ha0&})nrSpID;rIVEiEFF?EAU?_Aj<8a-NGfgvvp>1bk-{LLv%9AD=gkp kFfd0k=F(BTgl-Jm6$OaC!@?rApz%e($iM|F@T3a-1ANtNYXATM literal 0 HcmV?d00001 diff --git a/example.txt b/example.txt new file mode 100644 index 0000000..e69de29 diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 0000000..2faa024 --- /dev/null +++ b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb @@ -0,0 +1,57 @@ +{ + "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": null, + "metadata": { + "id": "Q-7_OfPG38WX" + }, + "outputs": [], + "source": [ + "print(\"Hello world, from Martynas\")" + ] + } + ], + "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.5" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +} diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 472c4a1..2faa024 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -24,7 +24,7 @@ }, "outputs": [], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world, from Martynas\")" ] } ], @@ -49,7 +49,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.11.5" } }, "nbformat": 4,