From d60f3d3a80d3cd4868b10f11d6885c8a8ee45f06 Mon Sep 17 00:00:00 2001 From: Rupali Kavale <30548190+coderquill@users.noreply.github.com> Date: Thu, 4 Oct 2018 00:29:35 +0530 Subject: [PATCH] Added Hello World program in Python 3 #1 --- Python/helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python/helloworld.py diff --git a/Python/helloworld.py b/Python/helloworld.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/Python/helloworld.py @@ -0,0 +1 @@ +print("Hello World")