From f1d84967fc80c48f505e32dca15cf4f517839566 Mon Sep 17 00:00:00 2001 From: kuldipv3 Date: Sun, 7 Oct 2018 17:02:56 +0530 Subject: [PATCH] hello world python --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..8cde782 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("hello world")