We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940bd32 commit 04f2321Copy full SHA for 04f2321
README.md
@@ -0,0 +1,12 @@
1
+# Fibonacci Sequence
2
+
3
+### Preview:
4
+
5
6
+Application that calculates the number that is located in the selected position.<br>
7
+To make this App I have used the "Tkinter" library.<br>
8
+Python version: 3.9<br>
9
+To install the library copy the code below and copy it into the CMD console.
10
+```diff
11
+pip install tk
12
+```
0 commit comments