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: