KHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agoSwapping integers in Pythonlemmy.worldimagemessage-square8fedilinkarrow-up168arrow-down11cross-posted to: python@programming.dev
arrow-up167arrow-down1imageSwapping integers in Pythonlemmy.worldKHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square8fedilinkcross-posted to: python@programming.dev
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 @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