[issue7369] Fibonacci example does not include 0; section 4.6

Mark Dickinson report at bugs.python.org
Fri Nov 20 14:55:21 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

That depends on whether you want to start the sequence with F_0  (=0) or
F_1 (=1), I guess.  Given Python's general preferences for zero-based
indexing, I agree that this very serious issue should be fixed.

See

http://www.research.att.com/~njas/sequences/A000045

for an authoritative reference.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7369>
_______________________________________


More information about the Python-bugs-list mailing list