All Tech at one spot
import pandas as pd
import numpy as np
n = np.arange(41,60,2.5)
s = pd.Series(n)
print(s)