From 0a90a31aba7667027a152baebf0397cb5a0e4430 Mon Sep 17 00:00:00 2001 From: Pranshu Kharkwal Date: Thu, 10 Oct 2019 13:11:53 +0530 Subject: [PATCH 1/2] Edited Hello World File --- HelloWorld.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloWorld.py b/HelloWorld.py index 028abfc..4ef0a40 100644 --- a/HelloWorld.py +++ b/HelloWorld.py @@ -5,4 +5,5 @@ @author: prakhar """ -print("Hello World") \ No newline at end of file +print("Hello World") +print("PS : print() function is used to print something in python") From 130fee2c26228c21b5dd931b813d0db51fa7b5a9 Mon Sep 17 00:00:00 2001 From: Pranshu Kharkwal Date: Thu, 10 Oct 2019 13:14:37 +0530 Subject: [PATCH 2/2] Edited the Readme.md file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 935915a..1bd93ec 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # MyPythonScripts This repository is a collection of all the small python scripts I have been working on. +More scripts will be added very soon. \ No newline at end of file