with open('data-2021-08.txt', 'r') as f:
inp = f.read().splitlines()2021 Day 8
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
Nathan Moore
Write the Puzzle explanation here
Maybe write an explanation of the solution approach here
Paste part two here