Home
Press ? for keyboard navigation
❮
The Fibonacci research institute
Fibonacci copy-paste
❯
Fibonacci plain
We don't call this as this has an infinite loop
examples/generators/fibonacci_plain.py
def
fibonacci
():
a
,
b
=
0
,
1
while
True
:
a
,
b
=
b
,
a
+
b
# fibonacci()
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)