From a9280a0660b49c11008365db2650040526582bf0 Mon Sep 17 00:00:00 2001 From: ALIND SHARMA Date: Thu, 4 Oct 2018 18:47:28 +0530 Subject: [PATCH] Just changed the text to be printed. --- HelloWorld/HelloWorld/HelloWorld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld/HelloWorld/HelloWorld.py b/HelloWorld/HelloWorld/HelloWorld.py index c15f005..15cf5f2 100644 --- a/HelloWorld/HelloWorld/HelloWorld.py +++ b/HelloWorld/HelloWorld/HelloWorld.py @@ -1,3 +1,3 @@ #This is a comment #And I can add lots of comments -print('Hi World') +print('Hello World')