@KHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish • 2 years agoSwapping integers in Pythonlemmy.worldimagemessage-square2fedilinkarrow-up110arrow-down10
arrow-up110arrow-down1imageSwapping integers in Pythonlemmy.world@KHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish • 2 years agomessage-square2fedilink
minus-squareJason NovingerlinkfedilinkEnglish1•2 years agoI raise you @lambda _: _() def result() -> int: global a; global b; a, b = b, a hat tip to @sisyphean@programming.dev via Cursed Python
I raise you
@lambda _: _() def result() -> int: global a; global b; a, b = b, a
hat tip to @sisyphean@programming.dev via Cursed Python