From 9680077f7c07702ec53f52e5b0b3f5f57ee964fc Mon Sep 17 00:00:00 2001 From: fairuzazzahra <56762644+fairuzazzahra@users.noreply.github.com> Date: Tue, 29 Oct 2019 13:35:54 +0700 Subject: [PATCH] create python program --- fairuzazzahra/hello-world.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 fairuzazzahra/hello-world.py diff --git a/fairuzazzahra/hello-world.py b/fairuzazzahra/hello-world.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/fairuzazzahra/hello-world.py @@ -0,0 +1 @@ +print("Hello World")