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