Question from the Python test

Why is the output of the following code undefined? ``` def f(n): return n + 1 f(n) ```

Hard

The following code does not return 5, why? (One correct answer)

Author: Antoine BrennerStatus: PublishedQuestion passed 2001 times
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!