Whitespace in Expressions and Statements
In this lesson, we'll talk about how to deal with whitespaces in Python.
Some Scenarios
See some basic Pythonic scenarios:
Immediately Before the Open parenthesis
- Immediately before the open parenthesis that starts the argument list of a function call:
- Immediately before the open parenthesis that starts an indexing or slicing:
- More than one space around an assignment (or other) operator to align it with another.