 |
PEP 8 -- Style Guide for Python Code - Python Programming Language – Legacy Website
Indentation Use 4 spaces per indentation level. Continuation lines should align wrapped elements either vertically using Python's implicit line joining inside parentheses, brackets and braces, or using a hanging indent [5]. When using a hanging indent the
legacy.python.org |
 |