Using the small-step-method, this script will calculate the distance and velocity for every time step and will plot the distance over time on a graph using mathplotlib.
The script takes step size (float), acceleration (float), and ammount of steps (integer) as input.