diff --git a/file.py b/file.py index ec7780c..eedf75b 100644 --- a/file.py +++ b/file.py @@ -1 +1,3 @@ -print('Hello, world!') +N = int(raw_input()) +for i in xrange(N): + print "hello world"