Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 421 Bytes

Fibonacci Sequence

Preview:

fibonacci

Application that calculates the number that is located in the selected position.
To make this App I have used the "Tkinter" library.
Python version: 3.9
To install the library copy the code below and copy it into the CMD console.

pip install tk