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