Question: In turtle graphics, draw a circle with a radius 100 centered at the origin & return the turtle home (to the origin). Then simulate a
In turtle graphics, draw a circle with a radius 100 centered at the origin & return the turtle home (to the origin). Then simulate a random walk; on each move, set the turtle's direction to 0, 90, 180, or 270 degrees, chosen randomly with equal probabilities, then move forward by 20. Keep the pen down to see the turtle's path. Count and report the number of steps it takes the turtle to exit the circle. Hint: the turtle's function distance(x, y) returns the distance from the current turtle's position to the point(x,y). Must include comments on what is being done.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
