with open('data-2021-14.txt', 'r') as f:
inp = f.read().splitlines()Advent of Code 2021 Day 14
Write the Puzzle explanation here
Maybe write an explanation of the solution approach here
# here's another python cell for good luckPaste part two here