Author: dpat8
-
Random Walk
This will illustrate a random walk using Matplotlib with the following attributes: Movement takes place in two dimensions (x-axis and y-axis). The starting point is (0, 0). The number of steps is 5000. The length of each step is between 0 and 5 (included, and only integers), and steps with no movement in both directions…