logo

Crowdly

Considere: lista = [10, 20, 30, 40, 50, 20, 60] lista.remove(20) print(l...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Considere:

lista = [10, 20, 30, 40, 50, 20, 60]

lista.remove(20)

print(lista)

O output seria:

[10, 30, 40, 50, 60]

More questions like this

Want instant access to all verified answers on moodle.escolatic.com.pt?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!