myList = [1, 2, ... ]
for i in range(len(myList):
    print(myList[i])