- cross-posted to:
- python@programming.dev
- cross-posted to:
- python@programming.dev
You must log in or # to comment.
a = a ^ b b = a ^ b a = a ^ b
I was asked this in an interview ._.
Storing the value in the user instead of RAM!
So you are asking the user to do it
What do you think captcha is other than computers manualizing tasks.
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
Version 3 is disgusting.
deleted by creator