@skepller@lemmy.world to Programmer Humor@programming.devEnglish • 13 hours agoTOMLlemmy.worldimagemessage-square72fedilinkarrow-up1374
arrow-up1374imageTOMLlemmy.world@skepller@lemmy.world to Programmer Humor@programming.devEnglish • 13 hours agomessage-square72fedilink
minus-squareValmondlinkfedilink7•12 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-square@panda_abyss@lemmy.calinkfedilink2•11 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.