Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 379 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 379 Bytes

Fibonacci Sequence + Golden Ratio

See the Fibonacci Sequence and the Golden Ratio with fib.py

  • Simply run python3 fib.py
  • Then enter 'f' to see the Fibonacci Sequence or 'g' for the Golden Ratio Sequence
  • The Golden Ratio is the BiggerNumber / SmallerNumber in Fibonacci's sequence
  • As the sequence progresses, this number tends towards 1.618 --> The Golden Ratio