From 582aac1d0f31e3d896832817829289a96e1bd2a7 Mon Sep 17 00:00:00 2001 From: Himanshu-IronMan <72142905+Himanshu-IronMan@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:30:40 +0530 Subject: [PATCH] Update main.py --- Python/python one video/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/python one video/main.py b/Python/python one video/main.py index 9908ab7..65ee6bf 100644 --- a/Python/python one video/main.py +++ b/Python/python one video/main.py @@ -1,4 +1,4 @@ - +# this is the way to print hello world . i = 10 print(i) print("Hello World\n")