From a3e814bd6b5c5076c4584c85c401f18f26f463e0 Mon Sep 17 00:00:00 2001 From: Manoj-Chauhan70 <151735837+Manoj-Chauhan70@users.noreply.github.com> Date: Sun, 9 Nov 2025 06:39:14 +0000 Subject: [PATCH] Hello World for Python --- sorts/hello_world_manoj.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 sorts/hello_world_manoj.py diff --git a/sorts/hello_world_manoj.py b/sorts/hello_world_manoj.py new file mode 100644 index 000000000000..f301245e2429 --- /dev/null +++ b/sorts/hello_world_manoj.py @@ -0,0 +1 @@ +print("Hello World!")