From 71751ae9b41626c9aee47788f234d6c2163ec967 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 5 Oct 2020 21:05:28 +0530 Subject: [PATCH] HelloWorld in python --- HelloWorld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 HelloWorld.py diff --git a/HelloWorld.py b/HelloWorld.py new file mode 100644 index 000000000..8e235769c --- /dev/null +++ b/HelloWorld.py @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file