diff --git a/01_hello/hello03_shebang.py b/01_hello/hello03_shebang.py index f46b5ac55..d17b6df72 100755 --- a/01_hello/hello03_shebang.py +++ b/01_hello/hello03_shebang.py @@ -1,3 +1,3 @@ #!/usr/bin/env python3 # Purpose: Say hello -print('Hello, World!') +print("Hello, World!")