diff --git a/01_hello/hello02_comment.py b/01_hello/hello02_comment.py index c25b7e467..ed2dac783 100755 --- a/01_hello/hello02_comment.py +++ b/01_hello/hello02_comment.py @@ -1,2 +1,2 @@ # Purpose: Say hello -print('Hello, World!') +print("Hello, World!")