RE: coding Fibonacci
- From: "edward" <personal.edward@xxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Thu, 5 Nov 2009 20:26:03 -0500
Hello what was causing me problems was not understanding the problem to
begin with but I figured it out.
Thanks edward
-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Richard Dinger
Sent: Thursday, November 05, 2009 5:04 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: coding Fibonacci
What exactly is causing you problems?
----- Original Message -----
From: edward <mailto:personal.edward@xxxxxxxxx>
To: programmingblind@xxxxxxxxxxxxx
Sent: Wednesday, November 04, 2009 9:10 AM
Subject: coding Fibonacci
hello all,
I am having a problem coding this example in python. can anyone
help please.
edward
The Fibonacci series
0, 1, 1, 2, 3, 5, 8, 13, 21, ...
begins with the terms 0 and 1 and has the property that each
succeeding term is the sum of the two preceding terms. Write a function
fibonacci which accepts a positive number n and returns a list that contains
the first n numbers in the Fibonacci series.
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
Other related posts: