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