Fwd: Reporting Documentation Bug in Documentation » The Python Tutorial »6.Modules

VijithNambiar vijithmp87 at gmail.com
Fri Apr 27 04:02:59 EDT 2018


Hi
I think there is a bug in the section https://docs.python.org/3/
tutorial/modules.html#more-on-modules
where the outputs of the statements below is given as wrong as it is
starting with a '0'

>>> import fibo as fib>>> fib.fib(500)0 1 1 2 3 5 8 13 21 34 55 89 144 233 377

>>> import fibo as fib>>> fib.fib(500)0 1 1 2 3 5 8 13 21 34 55 89 144 233 377



More information about the Python-list mailing list