- cross-posted to:
- python@programming.dev
- cross-posted to:
- python@programming.dev
You must log in or register to comment.
a = a ^ b b = a ^ b a = a ^ b
So you are asking the user to do it
Using an organic processor
I raise you
@lambda _: _() def result() -> int: global a; global b; a, b = b, a
hat tip to @sisyphean@programming.dev via Cursed Python
Storing the value in the user instead of RAM!
This actually raises a very good question - could you increase the amount of available RAM by using the user?
Juggling chainsaws comes to mind.
That’s basically what old games did with passwords for saves. Although I guess that’s more like using the user as persistent storage rather than ram.
Never used Python but that’s hilarious.
Version 3 is disgusting.