From bc70372e4754818e12713981c79621f100ce244c Mon Sep 17 00:00:00 2001 From: continhaum <32490558+continhaum@users.noreply.github.com> Date: Tue, 3 Oct 2017 12:51:32 -0300 Subject: [PATCH] Update hello.py python3 support --- hello.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hello.py b/hello.py index b4770de..73fb7c3 100644 --- a/hello.py +++ b/hello.py @@ -1,2 +1 @@ - -print 'Hello World!' +print('Hello World!')