import numpy as np
vector = np.array([i for i in range(10, 50)])
print(vector)