prevx=0
x=1
nextx=1
while True:
prevx=x
x=nextx
nextx=prevx+x
print prevx
<that is the exact code for infinite fib numbers> ask me for the guessing game code<>
Tags: fib, fib for python, fib method, fib method for python, fibbonacci, fibbonacci for python, fibbonacci method, fibbonacci method for python, python