a_list = [1,2,3,4,5] #this loops through each element in the list and sets it equal to x for x in a_list: print(x)