texto = "Python é incrível!" indice = texto.index('incrível') print(indice) # Saída: 10