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") 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