Think Python: How to Think Like a Computer Scientist

(singke) #1

infinite recursion:


A   recursion   that    doesn’t have    a   base    case,   or  never   reaches it. Eventually, an  infinite
recursion causes a runtime error.
Free download pdf