Foundations-of-Applied-Mathematics / lab-issue-tracker

0 stars 0 forks source link

Issue on page /PythonEssentials/Exceptions_FileIO/Exceptions_FileIO.html #52

Open trevlarsen opened 1 month ago

trevlarsen commented 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'