diff --git a/01_hello/hello01_print.py b/01_hello/hello01_print.py index 09907203e..7df869a15 100755 --- a/01_hello/hello01_print.py +++ b/01_hello/hello01_print.py @@ -1 +1 @@ -print('Hello, World!') +print("Hello, World!")