this post was submitted on 12 Jun 2025
564 points (98.6% liked)

Programmer Humor

25009 readers
1132 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] entropicdrift@lemmy.sdf.org 132 points 1 month ago (33 children)
print("odd" if num % 2 else "even")

That's the native python version, for those curious

[–] Gork@sopuli.xyz 9 points 1 month ago (4 children)

That's way too non-convoluted enough

[–] entropicdrift@lemmy.sdf.org 16 points 1 month ago (3 children)

Python is kinda like that in general, unless you try to make it read like ass

[–] Colloidal@programming.dev 5 points 1 month ago

Clearly an inferior language. /s

load more comments (2 replies)
load more comments (2 replies)
load more comments (30 replies)