Skip to content

Commit 2f90939

Browse files
committed
Amend Fibonacci 2
1 parent 514ef04 commit 2f90939

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FibonacciSequence_Solution2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#Notes: Solution2: using recursion
44
# [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181]
55
#ToDo: Combine solutions so user can choose which method to use in the same program
6+
# print sequence as well as nth term (for sequences < 10)
67
#
78

89
# get nth term to test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Program includes a GUI where users can enter the following questions:
4646
**What I learned:**
4747
1. Importing modules
4848
2. Working with classes
49-
3. Creating a GUI with Ktinker
49+
3. Creating a GUI with Tkinter
5050
4. Lists and arrays
5151

5252
### Pythagorean Triples Checker

0 commit comments

Comments
 (0)