Report Bug
Qus : which function is used to remove last item from a list?
Qusकिसी लिस्टसे अंतिम आइटम को हटाने के लिए किस फ़ंक्शन का उपयोग किया जाता है?

A. pop()
B. delete()
C. remove_last()
D. delete_last()


Solution
A. pop()






Report Bug