this post was submitted on 07 Jun 2026
378 points (98.2% liked)

Programmer Humor

31733 readers
1189 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] glizzyguzzler@piefed.blahaj.zone 51 points 1 day ago (2 children)

You can slam semicolons at the ends of lines in Python, interpreter doesn’t care

P sure you can do multiple lines in one line by slamming semicolons too, though idr for sure and I can’t be arsed to check

[–] ZoteTheMighty@lemmy.zip 5 points 14 hours ago

Until my boy black let's you know about his redecoration ideas.

[–] affenlehrer@feddit.org 11 points 1 day ago (1 children)

I've done it a lot to add

import pdb; pdb.set_trace()

[–] lengau@midwest.social 8 points 1 day ago

These days though you can just breakpoint()