From fe7fccdfcfd6199aa62102c5514bb51f5ecea18c Mon Sep 17 00:00:00 2001 From: DeboraSilva07 <54987356+DeboraSilva07@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:51:50 -0400 Subject: [PATCH] Create hello.py --- 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..693eaec --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello!")