I've been using Python for a whole lotta years, and I've never missed the triple-equal operator.
>>> True === True File "", line 1 True === True ^ SyntaxError: invalid syntax
More information about formatting options
Why?
I've been using Python for a whole lotta years, and I've never missed the triple-equal operator.
>>> True === True
File "", line 1
True === True
^
SyntaxError: invalid syntax