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: Report Repair solution | task | input Day 2: Password Philosophy solution | task | input Day 3: Toboggan Trajectory solution | task | input Day 4: Passport Processing solution | task | input