To Remove String Hello From List1 We Use Which Command #356
To remove string "hello" from list1, we use which command?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Lists - Python Lists - Quiz No.2.
To remove string "hello" from list1, we use which command?
list1.remove("hello")
list1.remove(hello)
list1.removeAll("hello")
list1.removeOne("hello")