|
|
|
|
|
by ppeetteerr
1734 days ago
|
|
> In Python, everything must be indented with 4 spaces. It was a great idea…. or not? I think probably it was one of the worst idea to apply in the development industry. Not even TABS! It’s literally impossible to have a consistent indentation, especially when you have more than 2 nested loops/functions/switch. Pretty sure that's not accurate. You can use whatever number of spaces, provided it's consistent for a specific block of code. |
|