Discussion about this post

User's avatar
Kaushal  Bundel's avatar

Good short koan. I highly encourage you to keep this up. The world needs more of bite sized readable and engaging programming content.

Expand full comment
Vedran Čačić (Veky)'s avatar

The idea is nice, but the concrete metaphor you use is wrong. Python objects _can_ be true or false, even if they are different from canonical True or False objects. Same as a container can be iterated over, even if it is not an iterator.

So, I'd say "not False, only false", or "not the False object, but a false object".

Expand full comment
4 more comments...

No posts