I have a list:
long_list = [] for i in range(100): long_list.append(i)
I\'m trying to create a function that takes that list, and a numbe