A. list1.remove(“hello”) लिस्ट1.रिमूव("हैलो")
B. list1.remove(hello) लिस्ट1.रिमूव(हैलो)
C. list1.removeAll(“hello”) लिस्ट1.रिमूव ऑल("हैलो")
D. list1.removeOne(“hello”) लिस्ट1.रिमूववन("हैलो")
Correct Answer is :
A. list1.remove(“hello”)