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

Programmer Humor

31998 readers
731 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 1 year 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 1 year ago* (last edited 1 year ago)

Just put

true = False
false = True

at the top of your files.