|
|
|
|
|
by wakamoleguy
516 days ago
|
|
If we’re talking about pasted code not having the proper indentation, that’s a major difference between languages with and without significant whitespace. A formatter can fix that in C, but not in Python. Additionally, manual fixing of the indentation is required first. |
|