Create a function that returns the Fibonacci sequence up to a given number.
Difficulty: Medium
Hint: Use recursion or a loop to add the last two numbers.
Time Left: 04:59