diff --git a/hw.py b/hw.py index 6d95fe9..51e3e7d 100644 --- a/hw.py +++ b/hw.py @@ -1 +1,2 @@ -print("Hello world") \ No newline at end of file +for i in range(10): + print("Hello world") \ No newline at end of file