From 18eb766670f290599be8388e40ff4d51f27812bd Mon Sep 17 00:00:00 2001 From: sayampradhan <112542130+sayampradhan@users.noreply.github.com> Date: Fri, 14 Oct 2022 23:18:05 +0530 Subject: [PATCH] Update hello03_shebang.py --- 01_hello/hello03_shebang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")