in reply to Re^3: Python 'is' command
in thread Python 'is' command

Hmm... Hadn't thought about that.


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^5: Python 'is' command
by haukex (Archbishop) on Aug 15, 2019 at 06:46 UTC

    Some of my first thoughts whenever it's about breaking some expected behavior are usually: prototypes, tied variables, and operator overloading :-)