Как создать Numpy Array Linspace в Python

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