This program does a simulation of the mathematical concept of "random walk" using python turtle.
The turtle takes random direction and takes random colors in each step.
In mathematics, a random walk is a random process that describes a path that consists of a succession of random steps on some mathematical space.