From 0fcdd50a92ab6345b136cc6c0b15e309f318fe0e Mon Sep 17 00:00:00 2001 From: Sameer Chaudhari Date: Wed, 1 Feb 2023 22:49:04 +0530 Subject: [PATCH 1/3] hello world --- 01_hello/hello01_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_hello/hello01_print.py b/01_hello/hello01_print.py index 09907203e..0dd3a5ea2 100755 --- a/01_hello/hello01_print.py +++ b/01_hello/hello01_print.py @@ -1 +1 @@ -print('Hello, World!') +print('Hello, World! again ') From 466f3a82031811ad0d7189bb29c57ffde9fce564 Mon Sep 17 00:00:00 2001 From: Sameer Chaudhari Date: Wed, 1 Feb 2023 22:53:24 +0530 Subject: [PATCH 2/3] hello --- 01_hello/hello01_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_hello/hello01_print.py b/01_hello/hello01_print.py index 0dd3a5ea2..aafabe07d 100755 --- a/01_hello/hello01_print.py +++ b/01_hello/hello01_print.py @@ -1 +1 @@ -print('Hello, World! again ') +print('Hello, World! ') From 0f0eae19bade482e6bf93104fbb98fcb82e30c8f Mon Sep 17 00:00:00 2001 From: Sameer Chaudhari Date: Wed, 1 Feb 2023 23:01:54 +0530 Subject: [PATCH 3/3] 01_hello --- 01_hello/hello01_print.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_hello/hello01_print.py b/01_hello/hello01_print.py index aafabe07d..c324c2e6e 100755 --- a/01_hello/hello01_print.py +++ b/01_hello/hello01_print.py @@ -1 +1 @@ -print('Hello, World! ') +print('Hello')