minha_lista = ["oi", "tudo", "bem?"] minha_lista.remove("Python") # ValueError: list.remove(x): x not in list