From 963eb96fd8173f31ff33b7d8e4ed79eb44df3382 Mon Sep 17 00:00:00 2001 From: Sona Elizebeth Shaji <56604740+Sonaelizebeth@users.noreply.github.com> Date: Sun, 2 Oct 2022 18:43:23 +0530 Subject: [PATCH] Create Sonaelizebeth_hello_world.py --- python/Sonaelizebeth_hello_world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 python/Sonaelizebeth_hello_world.py diff --git a/python/Sonaelizebeth_hello_world.py b/python/Sonaelizebeth_hello_world.py new file mode 100644 index 0000000..485dc90 --- /dev/null +++ b/python/Sonaelizebeth_hello_world.py @@ -0,0 +1 @@ +print("Hello World")