Posts by Hugo Bastos • 1 point
1 post
-
0
votes1
answer103
viewsQ: Remove a value from a list
I want to remove two values from a list. Of type I have an array: vet[0]*3 for i in range(3): vet[i]=input('Digite um valor: ') I want to remove as much and as little as possible. How do I? I’ve…