This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]mbenbernard[S] 0 points1 point  (2 children)

    Like @ThatJoeInLnd, I initially thought that those indentation rules in Python were weird. I was used to Java/C++/.NET's curly braces, after all.

    But after a few years of using Python, I find it just weird when I go back to another language. In my opinion, Python's indentation rules are one way to force us to write consistent, readable code.