Throwback to when someone shared the OG version of this meme to my uni chat, I replied with "Oh you can simply do
def is_even(n: int) -> boolean:
if n > 0 return not is_even(n - 1)
elif n < 0 return not is_even(n + 1)
else return True
And instead of laughing at the joke the TA in the chat said “When you start getting internships you’ll do n % 2
” like I was being serious.
Sounds like a bad way to do things. Won’t you end up with gore on your feed? Not to mention it would be hard to filter out really dehumanizing, gross porn (which is frankly a description that fits most of it anyway)