this post was submitted on 23 Aug 2023
188 points (81.8% liked)

Programmer Humor

33385 readers
683 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 2 years ago (1 children)

I don't use python too often, but I need to use it every once in a while. Every fucking time I get the red squiggly under "true" and I'm sitting there for a second like, "...the fuck??? Ohhhhh, right."

Every time.

[โ€“] [email protected] 8 points 2 years ago* (last edited 2 years ago)

Just put

true = False
false = True

at the top of your files.