this post was submitted on 27 Aug 2024
301 points (94.9% liked)

Programmer Humor

19187 readers
1230 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] MrLLM@ani.social 7 points 3 weeks ago (2 children)
File "<stdin>", line 1
    "๐Ÿ‘‰".reverse() = "๐Ÿ‘ˆ"
    ^
SyntaxError: cannot assign to function call
[โ€“] derpgon@programming.dev 15 points 3 weeks ago (1 children)

It is a font that changes == to one long equals sign.

[โ€“] MrLLM@ani.social 4 points 3 weeks ago

Oh my bad, that idea didnโ€™t cross my mind.

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'str' object has no attribute 'reverse'