KHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agoSwapping integers in Pythonlemmy.worldexternal-linkmessage-square2linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSwapping integers in Pythonlemmy.worldKHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square2linkfedilink
minus-squareJason Novinger@programming.devlinkfedilinkEnglisharrow-up1·2 years agoI raise you @lambda _: _() def result() -> int: global a; global b; a, b = b, a hat tip to @[email protected] via Cursed Python
I raise you
@lambda _: _() def result() -> int: global a; global b; a, b = b, ahat tip to @[email protected] via Cursed Python