Pandas DataFrame untuk Loop Begin END INDEX

for i in range(len(sequence)):
    print (sequence[i])
Awful Armadillo