Create a numpy array t with 200 values between 0.0 and 2.0. Use the 'linspace' method to generate 200 values. code example
Example: numpy linspace
np.linspace([start], [end], [amount of numbers])
np.linspace([start], [end], [amount of numbers])