Oh wow, why can I do this Python?
>>> not not not not True
True
If I ever see something like this in real life I will scream
@m3lt I know you can't do anything like this in Go, it just wouldn't build. And JS would throw an error. I wonder if Ruby or maybe bash allows it?
@m3lt programming languages are weird
@robjloranger I would expect it to be possible in almost all programming languages. A compiler will optimise that out, but sure makes it harder to read.