I am trying to run a random walk simulation and graphs it.
What i'm trying to get is to plot the first point of the graph, then offer the user an input box to guess whether the next point will go up or down, then show them the next point on the graph and so on.
I've made the code that runs the random walk but I don't know how to make it pause and allow for a user input.
Can anyone give me any ideas?