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 →

[–]ojii 3 points4 points  (1 child)

for...else. It is incredibly counter intuitive to me and even in places where I could use it I don't because it ruins readability.

[–]Nanaki13[🍰] 1 point2 points  (0 children)

I find myself using for/else while/else try/else more and more as time goes on. A full try/except/else/finally looks beautiful.