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%')
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%')