From 6ee3f12129d5ec156047aad407595b7a6569fe81 Mon Sep 17 00:00:00 2001 From: sarang80040 Date: Thu, 20 Nov 2025 12:57:41 +0530 Subject: [PATCH 1/2] added a hello world greeting program --- Hello_World.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hello_World.py diff --git a/Hello_World.py b/Hello_World.py new file mode 100644 index 0000000..07a504a --- /dev/null +++ b/Hello_World.py @@ -0,0 +1,2 @@ +print("Hello World") + From 34b576922bf6c215bba073df82c441b545cbed90 Mon Sep 17 00:00:00 2001 From: sarang80040 Date: Thu, 20 Nov 2025 13:15:04 +0530 Subject: [PATCH 2/2] Added a hello world greeting program --- Hellow_WOrld/hello_world.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hellow_WOrld/hello_world.py diff --git a/Hellow_WOrld/hello_world.py b/Hellow_WOrld/hello_world.py new file mode 100644 index 0000000..7857c0b --- /dev/null +++ b/Hellow_WOrld/hello_world.py @@ -0,0 +1,2 @@ +print("Hello world") +