Using Blank Lines in Python
Categories: Python
A line containingonly whitespace, possibly with a comment, is known as a blank lineand Python totally ignores it.
In an interactiveinterpreter session, you must enter an empty physical line toterminate a multiline statement.