Browse Source

Removed unused variable

main
Ravi Shah 5 years ago
parent
commit
ea3b406c06
  1. 1
      day3part1.py

1
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:

Loading…
Cancel
Save