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!')