From 95d34af8dbe513d80a1584fc8d8c6e20b2fda51c Mon Sep 17 00:00:00 2001 From: yilak Date: Thu, 18 Apr 2024 04:14:01 +0200 Subject: [PATCH] YilakKebede --- .../Week1Lab1-checkpoint.ipynb} | 23 ++++-- your-code/Week1Lab1.ipynb | 72 +++++++++++++++++++ 2 files changed, 91 insertions(+), 4 deletions(-) rename your-code/{main.ipynb => .ipynb_checkpoints/Week1Lab1-checkpoint.ipynb} (75%) create mode 100644 your-code/Week1Lab1.ipynb diff --git a/your-code/main.ipynb b/your-code/.ipynb_checkpoints/Week1Lab1-checkpoint.ipynb similarity index 75% rename from your-code/main.ipynb rename to your-code/.ipynb_checkpoints/Week1Lab1-checkpoint.ipynb index 472c4a1..dd827cb 100644 --- a/your-code/main.ipynb +++ b/your-code/.ipynb_checkpoints/Week1Lab1-checkpoint.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 Yilak kebede\n" + ] + } + ], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world, from Yilak kebede\")\n" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { @@ -49,7 +64,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.11" + "version": "3.10.6" } }, "nbformat": 4, diff --git a/your-code/Week1Lab1.ipynb b/your-code/Week1Lab1.ipynb new file mode 100644 index 0000000..dd827cb --- /dev/null +++ b/your-code/Week1Lab1.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 Yilak kebede\n" + ] + } + ], + "source": [ + "print(\"Hello world, from Yilak kebede\")\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.10.6" + } + }, + "nbformat": 4, + "nbformat_minor": 1 +}