Advent of Code 2020 Auxiliary scripts To read input for Day N, substitute %Day N input file% with the name of the txt file in the input folder (without extension): import aoc_help as aoc day_input = aoc.get_input('%Day N input file%') Solutions Day 1: Sonar Sweep solution | task | input Day 2: Dive! solution | task | input