* Streamline variable assignment * Replace assignment with augmented assignment * Remove unused variables and redundant parentheses
* Remove redundant backslash between brackets * Fix multiple statements on one line * Fix missing/excess whitespace * Fix comments not starting with a single # and a space * Convert tabs to spaces * Use triple-quoted docstring