import numpy as np
vector = np.linspace(10, 49, 40)
#creating vector using linspace method
print(vector)