string = "Python" for indice, caractere in enumerate(string): print(f'O caractere de índice {indice} é {caractere}')