Report Bug
Qus : Which of the following methods can be used with a tuple?
Qusनिम्नलिखित में से किस मेथड का यूज़ टपल के साथ किया जा सकता है?

A. append()
B. insert()
C. index()
D. remove()


Solution
C. index()






Report Bug