Posts by Harrison Mitchell • 1 point
1 post
-
0
votes1
answer20
viewsQ: Error in removing the end of a list
esta dando erro no setProx(None) alguem pode ajudar ? def removeFinal(self): if self.isEmpty(): print("Impossivel Remover Lista Vazia") ultimoValorNo = self.ultimoNo.getElemento() if self.primeiroNo…
python-3.xasked Harrison Mitchell 1