Advertisements
Advertisements
प्रश्न
Write the Python statement for the following task using the BUILT-IN function/method only:
To insert an element 200 at the third position, in the list L1.
एका वाक्यात उत्तर
Advertisements
उत्तर
L1.insert(2,200)shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
