This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tools:style_guides:python [2020/05/13 15:24] msamso [Python Language Rules] |
tools:style_guides:python [2020/05/20 13:20] (current) msamso [Python Language Rules] |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * Run [[http:// | * Run [[http:// | ||
| - | * Tool to check tabs: [[https:// | + | * |
| - | * import | + | * Command line: python -m tabnanny |
| - | * tabnanny.check(' | + | * Code: |
| + | |||
| + | import tabnanny | ||
| + | | ||