762
ifn't (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] jadelord@discuss.tchncs.de 8 points 5 months ago

It exists, kind of. Python has this construct

for item in iterable:
    ...
else:
     ...

which always puzzles me, since it depends on a break statement execution. I always have to look it up when the else block is executed.

this post was submitted on 18 Jan 2024
762 points (98.6% liked)

Programmer Humor

18253 readers
775 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS