Compute Fibonacci numbers by recursively calculating the sum of two preceding numbers.
Explain code with DocComment! Try out your own code!