From 59653351077b4235cd9bcb6e9d954c5fd47b17b5 Mon Sep 17 00:00:00 2001 From: Tanishbansal2011 <72216510+Tanishbansal2011@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:04:47 +0530 Subject: [PATCH] Update hello.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please don’t reject this pull request if you don’t want to merge the changes it is fine but please don’t reject this pull request --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 8cde782..1c7fe55 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("hello world") +print("hello world"*10)