Examveda

To remove string "hello" from list1, we use which command?

A. list1.remove("hello")

B. list1.remove(hello)

C. list1.removeAll("hello")

D. list1.removeOne("hello")

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python