From 13bc7c12142dcb7376752221df788b10c6c7716f Mon Sep 17 00:00:00 2001 From: Prerna152 Date: Sat, 13 Apr 2024 00:00:54 +0200 Subject: [PATCH 1/2] updated --- .../.ipynb_checkpoints/main-checkpoint.ipynb | 57 +++++++++++++++++++ your-code/main.ipynb | 6 +- 2 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 your-code/.ipynb_checkpoints/main-checkpoint.ipynb diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb new file mode 100644 index 0000000..4f10f4a --- /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\")" + ] + } + ], + "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..4f10f4a 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -24,7 +24,7 @@ }, "outputs": [], "source": [ - "print(\"Hellow world\")" + "print(\"Hello world\")" ] } ], @@ -49,9 +49,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 } From f4368f4721a9f6210ef6cc283e9e4872394ca80f Mon Sep 17 00:00:00 2001 From: Prerna152 Date: Tue, 16 Apr 2024 13:32:14 +0200 Subject: [PATCH 2/2] updated --- .../.ipynb_checkpoints/main-checkpoint.ipynb | 21 ++++++++++++++++--- your-code/main.ipynb | 21 ++++++++++++++++--- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb b/your-code/.ipynb_checkpoints/main-checkpoint.ipynb index 4f10f4a..3a20264 100644 --- a/your-code/.ipynb_checkpoints/main-checkpoint.ipynb +++ b/your-code/.ipynb_checkpoints/main-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 Prerna\n" + ] + } + ], "source": [ - "print(\"Hello world\")" + "print(\"Hello world, from Prerna\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 4f10f4a..3a20264 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 Prerna\n" + ] + } + ], "source": [ - "print(\"Hello world\")" + "print(\"Hello world, from Prerna\")" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": {