JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agoifn'timagemessage-square23 fedilinkarrow-up1277
arrow-up1277imageifn'tJPDev@programming.dev to Programmer Humor@programming.dev • 10 months agomessage-square23 Commentsfedilink
minus-squarejadelord@discuss.tchncs.dehexbear3·10 months agoIt 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. linkfedilink
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.