mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
you wouldn't believe me if I told you
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Fibonacci generator"""
|
||||
'''Fibonacci generator'''
|
||||
|
||||
def fib(max):
|
||||
a, b = 0, 1
|
||||
|
||||
Reference in New Issue
Block a user