skepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 个月前TOMLlemmy.worldimagemessage-square155linkfedilinkarrow-up1636arrow-down115
arrow-up1621arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 个月前message-square155linkfedilink
minus-square[object Object]@lemmy.calinkfedilinkarrow-up44·2 个月前Oh, a trailing comma? That’s a tuple.
minus-squareValmond@lemmy.dbzer0.comlinkfedilinkarrow-up12·2 个月前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.
minus-square[object Object]@lemmy.calinkfedilinkarrow-up7·2 个月前I’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.