[PYTHON] Qiita article summary that solved the Stack Overflow problem that always sets (a == 1 && a == 2 && a == 3) to true

Can (a == 1 && a == 2 && a == 3) always be true?

I wrote a terrible article called Ruby script that makes (a == 1 && a == 2 && a == 3) true, so I have to make up for this problem. Make a note of the article that challenged. We have not confirmed the operation because the languages are diverse. The order is appropriate.

In terms of code golf, I feel that the 32 bytes I wrote are a pretty good line.

Update if there is an edit request.

What was solved

Mostly solved

Things I don't want to solve

Ruby script that makes (a == 1 && a == 2 && a == 3) true

Recommended Posts

Qiita article summary that solved the Stack Overflow problem that always sets (a == 1 && a == 2 && a == 3) to true
Atcoder Beginner Contest A, B Input summary Python that tends to be a problem
A solution to the problem that the Python version in Conda cannot be changed
[Python] Solution to the problem that elements are linked when copying a list
A solution to the problem that files containing [and] are not listed in glob.glob ()
How to solve the recursive function that solved abc115-D