items = [2,-1,8,4] for i in range(len(items)): print(items[i]) for el in items: print(el)