So erstellen Sie einen Numpy Array Linspace in Python

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