Write a graphical program to trace a random walk (see previous two prob-lems) in two dimensions. In this simulation you should allow the step to
be taken in any direction. You can generate a random direction as an angleoff of the x axis.
angle = random() * 2 * math.pi
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here