From 01f6288482d1537630a4f1228771d5cd4485d439 Mon Sep 17 00:00:00 2001 From: bobhob314 Date: Fri, 6 Oct 2017 21:22:02 -0400 Subject: [PATCH] Create hello-python3.py It's a different file than the other Python 2 one! --- hello-python3.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello-python3.py diff --git a/hello-python3.py b/hello-python3.py new file mode 100644 index 0000000..ad35e5a --- /dev/null +++ b/hello-python3.py @@ -0,0 +1 @@ +print("Hello World")