this post was submitted on 18 Mar 2026
570 points (99.7% liked)

Programmer Humor

30452 readers
2168 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
570
ChipotleGPT (programming.dev)
submitted 5 hours ago* (last edited 5 hours ago) by Avicenna@programming.dev to c/programmer_humor@programming.dev
 

Would you like me to show you how to prepare a bowl using python?

you are viewing a single comment's thread
view the rest of the comments
[–] lmr0x61@lemmy.ml 13 points 3 hours ago* (last edited 3 hours ago)

To completely deflate the joke, it looks like the text output was stripped of its new lines, spaces/tabs, and backticks, because I think the code would be valid if allowed those elements in a Markdown context, e.g.:

```python

def reverse_linked_list(l):
    # …
    return prev

\```

(backslash included to show triple backtick)