From 3c52e5d2d0fbd227718b1cac377587df48ee39c2 Mon Sep 17 00:00:00 2001 From: avanish001 <57124675+avanish001@users.noreply.github.com> Date: Tue, 29 Oct 2019 10:53:28 +0530 Subject: [PATCH] Update world.py this will print n no if times --- world.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/world.py b/world.py index 290a7d6..3eeea0a 100644 --- a/world.py +++ b/world.py @@ -1 +1,3 @@ -print "Hello!" \ No newline at end of file +N = int(raw_input()) +for i in xrange(N): + print "hello world"