Challenge 16 - Fibonacci finder

Create a function that finds the nth number in the Fibonacci sequence. As a reminder, the Fibonacci sequence is a mathematical sequence that begins with 0 and 1, with each following term being the sum of the two previous terms. 

Input: 
Output: