Skip to content

Commit 2df762f

Browse files
authored
Update Exercise-13-Fibonacci.py
1 parent 539cf24 commit 2df762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Exercise-13-Fibonacci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
'''
1414

15-
# Solution
15+
### Solution
1616
def fibo_generate(number):
1717
"""
1818
Generate fibonnaci numbers.

0 commit comments

Comments
 (0)