From ac9dfdacbcfd3948a65e0b07ead366686fa05610 Mon Sep 17 00:00:00 2001 From: HetheyShrini Date: Tue, 20 Feb 2024 14:14:39 +0530 Subject: [PATCH 1/2] first commit --- test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.py diff --git a/test.py b/test.py new file mode 100644 index 0000000..0e3295e --- /dev/null +++ b/test.py @@ -0,0 +1,3 @@ +# This program prints Hello, world! + +print('Hello, world!') From 36d2c69473f4745ac445ec2210e1a99a078eec77 Mon Sep 17 00:00:00 2001 From: J Hethey Shrini <156778756+HetheyShrini@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:21:12 +0530 Subject: [PATCH 2/2] Update test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 0e3295e..9cbe05e 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,3 @@ # This program prints Hello, world! -print('Hello, world!') +print('Hello, word!')