Posts by Samuel Vasconcellos • 1 point
1 post
-
-2
votes1
answer58
viewsQ: I am trying to create a sketch of deleting items from a list. The data that will be deleted is the input() that will determine
objetos = ["1", "2", "3","4", "5", "6"] escolha_cliente = input("ESCOLHA OS ITENS OU DIGITE FIM PARA NAO ESCOLHER NENHUM: ") if escolha_cliente.isdigit(): escolha_cliente =…