pytudes
pytudes copied to clipboard
missing data/advent2018 input folder
Hi, missing input folder data/advent2018 in repository Alessio
input1 = Input(1, int)
sum(input1)
FileNotFoundError Traceback (most recent call last)
line_parser
."
---> 20 return mapt(line_parser, open(file_template.format(day)))
21
22 def integers(text):
FileNotFoundError: [Errno 2] No such file or directory: 'data/advent2018/input1.txt'
Just noticed this myself.
never mind