From 7f9b072a2953fafc6835ae3520a56151610e39bb Mon Sep 17 00:00:00 2001 From: Vimukthi Bandara <34773023+breezage@users.noreply.github.com> Date: Sat, 27 Oct 2018 14:30:25 +0530 Subject: [PATCH] Create hello-world.py --- Python/hello-world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Python/hello-world.py diff --git a/Python/hello-world.py b/Python/hello-world.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/Python/hello-world.py @@ -0,0 +1 @@ +print("Hello World")