HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-213 days agoWhy make it complicated?lemmy.mlimagemessage-square111linkfedilinkarrow-up1367arrow-down139file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1328arrow-down1imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-213 days agomessage-square111linkfedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squareBeigeAgenda@lemmy.calinkfedilinkarrow-up22·13 days agoAnd then assign an int to a string just to mess with the interpreter.
minus-squaresbv@sh.itjust.workslinkfedilinkEnglisharrow-up44·13 days agoonly the linter gives a hoot - the interpreter will happily leave that footgun for later
minus-squareZiglin (it/they)@lemmy.worldlinkfedilinkEnglisharrow-up1·10 days agoLooks like a snippet of C with two labels that will be referenced by a goto instruction. Very bad code tbh.
python:
a: str = 1
And then assign an int to a string just to mess with the interpreter.
only the linter gives a hoot - the interpreter will happily leave that footgun for later
That’s just a comment
Looks like a snippet of C with two labels that will be referenced by a goto instruction. Very bad code tbh.