Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Exercise: remove newlines

  • Create a file called remove_newlines.py that will be able to read all the lines of a given file into a list and remove trailing newlines.