Question: Problem 5. Turtle Graphics Write a function draw spiral that draws a spiral recursively. The code for the spiral is given below, you need to

Problem 5. Turtle Graphics Write a function draw spiral that draws a spiral recursively. The code for the spiral is given below, you need to convert it into a recursion. You should use the same parameters for the recursion as used for the iteration-based version, and your function should work with the same driver code, i.e., you should not add any global variables to the driver code or use any additional functions. To receive the full credit, the drawing generated by your function should be identical to the drawing generated by the given function. NOTE: If the turtle moves in the same way, you will get 2 points of extra credit! Upload your file spiral.py here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
