list1 = [1,'hello',2] #we've created a list for element in list1: print(element) #we will print every element in list1