https://github.com/heyfoz/python_fibonacci_sequence
This Fibonacci Sequence Script (Python) prints a sequence of 20 digits using Fibonacci's formula. This Python program was designed using an object-oriented class.
https://github.com/heyfoz/python_fibonacci_sequence
fibonacci-sequence object-oriented-programming python script
Last synced: 6 months ago
JSON representation
This Fibonacci Sequence Script (Python) prints a sequence of 20 digits using Fibonacci's formula. This Python program was designed using an object-oriented class.
- Host: GitHub
- URL: https://github.com/heyfoz/python_fibonacci_sequence
- Owner: heyfoz
- License: mit
- Created: 2022-09-25T00:40:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:48:35.000Z (about 3 years ago)
- Last Synced: 2025-01-30T05:11:44.154Z (11 months ago)
- Topics: fibonacci-sequence, object-oriented-programming, python, script
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python_fibonacci_sequence
This Fibonacci Sequence Script (Python) prints a sequence of 20 digits using Fibonacci's formula. This Python program was designed using an object-oriented class.
Link to .py file: Fibonacci Sequence Python Script
Copyright (c) 2022 ffm5113