We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d780c commit ab1ca56Copy full SHA for ab1ca56
generators.py
@@ -2,7 +2,6 @@ def fib(n):
2
"""
3
Generator for Fibonacci serie
4
5
- Each call to fib() returns the next value in the serie
6
Example: for i in fib(5): print i
7
@param n fib range upper bound
8
0 commit comments