Starting with the code provided in spiral_template.py, write turtle
commands into the program’s main function to draw the octagonal spiral
shown below. You must use a loop. The length of the spiral’s sides start at
\(4\) pixels and increase by \(4\) pixels after every \(45\degree\)
turn.
Hint
Do not modify the size of the canvas provided in the template.
Ensure your program’s output matches the provided samples exactly.
This includes all characters, white space, and punctuation. In the
samples, user input is highlighted like
this for clarity, but your program should not highlight user
input in this way.
Save your finished program as spiral_login.py, replacing
login with your Purdue login. Then submit it along with all the
deliverables listed in Table 5.2
below.