Report Bug
Qus : Which method is used to add an element to the end of a list?
Qusकिसी लिस्ट के एन्ड में कोई एलिमेंट्स जोड़ने के लिए किस मेथड का यूज़ किया जा

A. insert()
B. append()
C. extend()
D. add()


Solution
B. append()






Report Bug