Skip to content

Commit 04f2321

Browse files
authored
Create README.md
1 parent 940bd32 commit 04f2321

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Fibonacci Sequence
2+
3+
### Preview:
4+
![fibonacci](https://user-images.githubusercontent.com/79358509/224744395-d794b7d8-db30-4573-bf79-7489c0515fd8.gif)
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

Comments
 (0)