Message 391351 - Python tracker (original) (raw)

I recommend just letting this be. Aside from it allowing for a cute riddle, in the real world seems to be harmless and not worth breaking code.

There are lots of other harmless oddities such as the space-invader increment operator:

x -=- 1

FWIW, a code reformatter such as Black will remove any weirdness.