This function calculates a Fibonacci number at a specific index. More...
Functions | |
| def | Lab0x00.fib (idx) |
Variables | |
| string | Lab0x00.my_string = 'yes' |
| Lab0x00.idx = input ('Choose an index: ') | |
This function calculates a Fibonacci number at a specific index.
| idx | An integer specifying the index of the desired Fibonacci number |