6 ms·
Properly indenting code is fine. Now try modifying that code, like removing an if statement inside somewhat nested code and trying to ensure that everything sti
by bernds74 3y ago
Properly indenting code is fine. Now try modifying that code, like removing an if statement inside somewhat nested code and trying to ensure that everything still has the same meaning as before. With Python, you can never be sure you did it right.
- rlpb 3y agoI don't see why not. Simple visual inspection confirms if it does what you expect, unlike languages that use braces.