I have a list that I wish to perform some recoding on, and I\'m not sure what is the best approach.
list = np.arange(1, 110, 1).tolist()
For