From 88ef11cbda20edc0cce8ad15a92f81e758c3918d Mon Sep 17 00:00:00 2001 From: Shubham Kumar <40725950+Ershubhambhagat@users.noreply.github.com> Date: Fri, 29 Oct 2021 20:14:15 +0530 Subject: [PATCH] Hello world Hello world --- Python/hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/hello.py b/Python/hello.py index 8cde7829..d4fa7886 100644 --- a/Python/hello.py +++ b/Python/hello.py @@ -1 +1 @@ -print("hello world") +print('Hello World!!!')