However, you can do some screwy things with java.lang.Object
. Can’t remember at the moment where it was, somewhere here on Medium, that I read about a couple of those Object
oddities.
I’m wondering, though, in Python, can it happen that the number 0 gets coerced to an empty string
? As you may have surmised, this is something that has happened to me in JS.