You must log in or register to comment.
Storing the value in the user instead of RAM!
Version 3 is disgusting.
I raise you
@lambda _: _() def result() -> int: global a; global b; a, b = b, a
hat tip to @[email protected] via Cursed Python
a = a ^ b b = a ^ b a = a ^ b