DEV Community

Discussion on: Advent of Code 2020: Python Solution Day 15

Collapse
 
rozbrajaczpoziomow profile image
rozbrajaczpoziomow

And also, if you look at the arguments of day15, it takes filename as an argument, but the actual filename is hardcoded to "day15.txt"

Thread Thread
 
qviper profile image
Viper

Yeah. It happened when i copied all codes and made a method to wrap it. Thank you. I corrected it now.