diff --git a/answer.py b/answer.py index 7049de3..cefc95d 100644 --- a/answer.py +++ b/answer.py @@ -1,2 +1,2 @@ for i in range(5): - print(i) \ No newline at end of file + print(i**2) \ No newline at end of file