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