this post was submitted on 15 Aug 2025
23 points (96.0% liked)
Programmer Humor
25705 readers
1392 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
God I hated that about Python. Why tf we capitalizing
True
andFalse
?all builtin constants are capitalised.
All… five of them!
The other 7 are all lowercase. (One of you ignore site)
yeah but dunders usually aren't included in counts
They are constants, like None, which has always been around.