Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Kuidas saab järgnevast hulgast eemaldada elemendi "Salem"?
"Salem"
cats = {"Manfred", "Lulu", "Kiki", "Salem", "Simba"}
cats.remove("Salem")
cats.delete("Salem")
cats.discard("Salem")
cats.pop("Salem")
cats.remove[4]
cats.del[3]
cats.remove[3]
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!