Skip to content

Commit 9eed125

Browse files
committed
V 1.0
1 parent 8e88607 commit 9eed125

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: CMD-Fibonacci-recursive.exe

10.4 KB
Binary file not shown.

Diff for: CMD-Fibonacci-recursive.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main():
1313
while(True):
1414
# while loop to keep the program running
1515

16-
print("Please enter the number of fibonacci series :")
16+
print("Please enter the number of Fibonacci series :")
1717
number_Of_Series = int(input())
1818
# casting the input string into integer
1919

0 commit comments

Comments
 (0)