this post was submitted on 12 Jun 2025
584 points (98.7% liked)

Programmer Humor

24670 readers
269 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 140 points 2 weeks ago (39 children)
print("odd" if num % 2 else "even")

That's the native python version, for those curious

[–] Gork@sopuli.xyz 9 points 2 weeks ago (4 children)

That's way too non-convoluted enough

[–] entropicdrift@lemmy.sdf.org 17 points 2 weeks ago (3 children)

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

[–] Colloidal@programming.dev 5 points 2 weeks ago

Clearly an inferior language. /s

load more comments (2 replies)
load more comments (2 replies)
load more comments (36 replies)