diff --git a/02.py b/02.py index 401eb64..702bfb9 100644 --- a/02.py +++ b/02.py @@ -28,7 +28,6 @@ for one_instruction in instruction_list: aim += one_instruction['amount'] if one_instruction['direction'] == 'up': aim -= one_instruction['amount'] - print(x, y, aim) print(x, y, x*y) \ No newline at end of file