A python code that uses fibonacci series to draw different shapes
#1 choose where you want to start
#2 choose how far the turtle will start to the direction you chose
#3 enter rotation coefficient(recommended: values without more than 2 decimal points)
#4 enter the distance turtle will cover each step
#5 optional /enter the drawing color
#6 optional /enter the background color
press "r" to restart
press "h" to hide the turtle
press "v" to reveal the turtle
press "q" to quit