Functions may return a value to the caller, using the keyword 'return'. You can use returned value to assign to a variable of just print it.

Write a function that returns a list of the numbers of the Fibonacci series.