this post was submitted on 15 Aug 2025
32 points (97.1% liked)
Programmer Humor
27196 readers
1419 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
Yes! Thanks
Python doesn't have true or false keywords, nor any other primitives by those names.
So either you're thinking of a different language, or different identifiers, or someone assigned equal values to variables with those names and then blogged about it.
This changed in 3.0 to my knowledge. Ref: https://wiki.python.org/moin/Python3.0#f
That change is about True and False, not true and false. If OP was thinking of the former pair, it would seem my "different identifiers" guess was correct.
Maybe they did "False is True" because they're both the same Python object?