From e2f1d8e499c4ea251df7d019a1eceefadf3fba53 Mon Sep 17 00:00:00 2001 From: Tanishbansal2011 <72216510+Tanishbansal2011@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:48:42 +0530 Subject: [PATCH] Update print.py --- print.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/print.py b/print.py index bb97be7..a27a3f0 100644 --- a/print.py +++ b/print.py @@ -1,9 +1,9 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -print "Hello World" -print "Hello Again" -print "I like this typing" +print "Hello World"*10 +print "Hello Again"*10 +print "I like this typing"*10 print "This is fun" print 'Yay! Printing' print "I'd much rather you 'not'." -print 'I "said" do not touch this.' \ No newline at end of file +print 'I "said" do not touch this.'