skepller@lemmy.world to Programmer Humor@programming.devEnglish · 6 hours agoTOMLlemmy.worldimagemessage-square54fedilinkarrow-up1264arrow-down14 cross-posted to: programmerhumor@lemmy.ml
arrow-up1260arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 6 hours agomessage-square54fedilink cross-posted to: programmerhumor@lemmy.ml
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up18·6 hours agoOh, a trailing comma? That’s a tuple.
minus-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up6·5 hours agoYeah when the call_func((a,)) is the way to go it is a newbie pain for sure. Remember banging my head on that one.
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up2·5 hours agoI’ve spent hours on that, and debugging missing commas between string literals. Even on separate lines you’re not safe from implicit concatenation.
Oh, a trailing comma? That’s a tuple.
Yeah when the call_func((a,)) is the way to go it is a newbie pain for sure. Remember banging my head on that one.
I’ve spent hours on that, and debugging missing commas between string literals. Even on separate lines you’re not safe from implicit concatenation.