
How do I print a fibonacci sequence to the nth number in Python?
I''m thinking I could use separate functions but I can''t figure out how to pass the argument that calculates the fibonacci sequence. Then the next step would be to to print out the sequence of numbers up to

































