Email or username:

Password:

Forgot your password?
Top-level
Arne Babenhauserheide

@ploum
def fun():
try: understandableJoke()
except TooGeeky:
# unlikely.
fun()
🙂

3 comments
Michael

@ArneBab @ploum
probably recursive jokes? New topic in computer science? 😉

Arne Babenhauserheide

@MikeSpheniscida yes, and doubling down on it, because if this joke is TooGeeky, you’ll get a Stack Overflow in Python ☺ @ploum

Taylan
@ArneBab @ploum

Oh no, I'm stuck in an infinite loop. ;-)
Go Up