this post was submitted on 17 Apr 2025
173 points (92.6% liked)

memes

14303 readers
3274 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] LostXOR@fedia.io 134 points 4 days ago (22 children)

In case anyone's curious:

not() # True
str(not()) # 'True'
min(str(not())) # 'T'
ord(min(str(not()))) # 84
range(ord(min(str(not())))) # range(0, 84)
sum(range(ord(min(str(not()))))) # 3486
chr(sum(range(ord(min(str(not())))))) # 'ඞ'
[–] nutcase2690@lemmy.dbzer0.com 32 points 4 days ago* (last edited 4 days ago) (5 children)

You forgot the most important part!

print(chr(3486)) # ඞ
[–] Landless2029@lemmy.world 5 points 3 days ago (3 children)
[–] _g_be@lemmy.world 22 points 3 days ago

It could be an impostor

load more comments (2 replies)
load more comments (3 replies)
load more comments (19 replies)