minha_lista = ["oi", "tudo", "bem?"] indice = minha_lista.index("oi") print(indice) # output: 0