with open('data-2021-22.txt', 'r') as f:
inp = f.read().splitlines()Advent of Code 2021 Day 22
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