Open trevlarsen opened 1 month ago
Right before the Variables within Strings subsection there is an example of how to parse file inputs using readlines() or read().split(). The argument in split() should be '\n' instead of just 'n'
Right before the Variables within Strings subsection there is an example of how to parse file inputs using readlines() or read().split(). The argument in split() should be '\n' instead of just 'n'