MENU
CLOSE
NOTES
CONTACT
Source: 📖 Effective Python item 2
If you can't fit an expression on a single line surround it in parentheses, then add line breaks and indentation for ease of reading. Example:
if (a + b + c + d + e == f):