x = [1, 2, 3] for item in x: print(item) # print(type(mydict))