Skip to content

Commit 98ef372

Browse files
committed
V 1.0
1 parent 391bfaa commit 98ef372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMD-Fibonacci-recursive.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ def main():
2222
# storing Fibonacci serie array in result variable
2323

2424
array_Printer(result)
25+
# passing the result to the array_Printer to print each array element in a line
26+
2527
print("**************************************************")
2628

2729

0 commit comments

Comments
 (0)