From ea3b406c0646d16fecb252f6b6673a021dd0ac9d Mon Sep 17 00:00:00 2001 From: rav4s Date: Thu, 3 Dec 2020 14:24:02 -0600 Subject: [PATCH] Removed unused variable --- day3part1.py | 1 - 1 file changed, 1 deletion(-) diff --git a/day3part1.py b/day3part1.py index dcadda0..c72de44 100644 --- a/day3part1.py +++ b/day3part1.py @@ -35,7 +35,6 @@ def find_trees_and_opens(list_of_chars): def three_right_one_down(list_of_trees_opens): newlist = [] - j = 0 k = 0 for i in list_of_trees_opens: try: