day 3: another method

This commit is contained in:
2020-12-06 15:59:57 +01:00
parent 120660d6a7
commit 9c619282f4
3 changed files with 38 additions and 24 deletions

View File

@ -32,5 +32,5 @@ def part2(inp):
print(f"Cumulative product of tress : {tree_product}")
if __name__ == "__main__":
#part1('./input.txt')
part1('input.txt')
part2('input.txt')