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.'