this post was submitted on 15 Aug 2025
24 points (96.2% liked)
Programmer Humor
25730 readers
1229 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
The builtin names are True and False and they became keywords a while back. true and false are just ordinary variables that you can set to whatever you want.
Meanwhile, in Forth:
God I hated that about Python. Why tf we capitalizing
True
andFalse
?They are constants, like None, which has always been around.