Hacker News new | ask | show | jobs
by fs_tab 614 days ago
Another good one is (in python):

print(chr(sum(range(ord(min(str(not())))))))

> ඞ

Source: https://x.com/chordbug/status/1834642829919781369

2 comments

The real trick there is that not() isn't a function call. It's not applied to the empty tuple. The empty tuple is False, so not () returns True.
amogus