|
|
|
|
|
by nailer
6333 days ago
|
|
'and the only way it makes code better to read is by forced formatting (the forced white space)' Indentation is required when writing in any language as a matter of courtesy. Python just doesn't ask you to delimit your blocks of code a second time by unnecessarily requiring brackets. |
|