Jason Novinger@programming.devtoProgrammer Humor@lemmy.ml•Swapping integers in PythonEnglish
1·
1 year agoI raise you
@lambda _: _()
def result() -> int:
global a; global b; a, b = b, a
hat tip to @sisyphean@programming.dev via Cursed Python
https://github.com/liftoff-app/liftoff#version-xxx-was-released-why-is-it-not-yet-on-f-droid