![]() |
Python
1.0
|
Fibonacci sequence. More...
Functions | |
def | Fibo (n) |
Prints the first n Fibonacci numbers. More... | |
def | main () |
Fibonacci sequence.
An explanation about range x xrange.
def _01a_fibo.Fibo | ( | n | ) |
Prints the first n Fibonacci numbers.
n | amount of Fibonacci numbers to be printed. |
Referenced by main().
def _01a_fibo.main | ( | ) |
References Fibo(), and _01d_dec2bin.input.