From cf13ac32fc9fc55acbd5b38ad0e24bf55e4e083d Mon Sep 17 00:00:00 2001 From: karimthehacker <37745459+karimthehacker@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:46:49 +0530 Subject: [PATCH] Update HelloWorld.py --- HelloWorld/HelloWorld/HelloWorld.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HelloWorld/HelloWorld/HelloWorld.py b/HelloWorld/HelloWorld/HelloWorld.py index c15f005..152a08c 100644 --- a/HelloWorld/HelloWorld/HelloWorld.py +++ b/HelloWorld/HelloWorld/HelloWorld.py @@ -1,3 +1,5 @@ #This is a comment #And I can add lots of comments +'''For lot of comment or multi line comment +we can use this''' print('Hi World')