import numpy as np

vector = np.arange(0.1, 1, 0.1)
print(vector)