for i in range(5): print(i) liste = ["a","b","c","d","e"] for i in range(len(liste)): print(liste[i])