for i in range(len(new_list)-1, 0, -1):
        new_list[i] = new_list[i] - new_list[i-1]