From 10164b32f9f36f4286fba21586afe1a905fa5aea Mon Sep 17 00:00:00 2001 From: Jed Date: Thu, 2 Dec 2021 00:21:41 -0500 Subject: [PATCH] Day 2 --- 02.py | 1 - 1 file changed, 1 deletion(-) 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