Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

recursion depth <= vagina depth

Name: Anonymous 2009-05-14 10:08

Runtime Error: maximum recursion depth exceeded

How annoying.

What's the maximum number of recursive calls you can make in FIOC?

def fioc(n):
     """The Forced Indentation Of Code"""
     print(n, end=" ")
     fioc(n+1)

Name: Anonymous 2009-05-14 13:39

Recursion is only useful for toy problems. Nobody uses it in real life.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List