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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
