skepller@lemmy.world to Programmer HumorEnglish · 3 days agoTOMLlemmy.worldimagemessage-square151linkfedilinkarrow-up1636arrow-down112
arrow-up1624arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer HumorEnglish · 3 days agomessage-square151linkfedilink
minus-squarepanda_abyss@lemmy.calinkfedilinkarrow-up44·3 days agoOh, a trailing comma? That’s a tuple.
minus-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up12·3 days 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-up7·3 days agoI’ve spent hours on that, and debugging missing commas between string literals. Even on separate lines you’re not safe from implicit concatenation.
Found the python guy!
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.