lst = [1,2,3,4] for element in lst: return ("element: {}".format(element))
Outcome: element: 1
Wanted outcome: element