...
Untitled Masterpiece
This challenge will test your knowledge of recursion.
In this exercise, you have to write a recursive function fibonacci that takes a positive integer number n as a parameter and returns the nth Fibonacci term in that range. ...
fibonacci
n