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