हिंदी

What will be the output of the following code segment: myList = [1,2,3,4,5,6,7,8,9,10] del myList[3:] print(myList) - Computer Science (Python)

Advertisements
Advertisements

प्रश्न

What will be the output of the following code segment:

myList = [1,2,3,4,5,6,7,8,9,10]
 del myList[3:]
 print(myList)
एक पंक्ति में उत्तर

उत्तर

The statement in line 2 will delete the elements from index 3 to the last index of the list. Therefore, the output will be [1, 2, 3].

shaalaa.com
List Manipulation
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 9: Lists - Exercise [पृष्ठ २०५]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
अध्याय 9 Lists
Exercise | Q 4. a. | पृष्ठ २०५
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×