Comment créer un lispace de tableau Numpy dans Python

np.linspace(start = 0, stop = 1, num = 11)
Chaithanya Dheeraj