Skip to content

Commit 32a986a

Browse files
Update FibonacciNumbersWithGenerators.py
Change name of the function Co-authored-by: Christian Clauss <[email protected]>
1 parent 8511569 commit 32a986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FibonacciNumbersWithGenerators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def fibonacciGenerator(n = None):
1+
def fibonacci_generator(n = None):
22
"""
33
Generating function up to n fibonacci numbers iteratively
44
Params:

0 commit comments

Comments
 (0)