From f34988be670e6fbf9a160a740a95aea09e134b82 Mon Sep 17 00:00:00 2001 From: myhienle <44611598+myhienle@users.noreply.github.com> Date: Tue, 30 Oct 2018 19:46:51 +0530 Subject: [PATCH] Create helloworld.py --- 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")