Turtle Spiral

'for' loops, the 'random' library and the turtle.stamp() function are used to create a spiral composed of numerous multicolored turtles. A variable is used to store the numerical distance the turtle is to move with each iteration of the loop, and increases linearly with each iteration.

Run Program