English

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

Advertisements
Advertisements

Question

What will be the output of the following code segment:

myList = [1,2,3,4,5,6,7,8,9,10]
 del myList[:5]
 print(myList)
One Line Answer

Solution

The statement in line 2 will delete the elements from start (index 0) to index 4 of the list. Therefore, the output will be [6, 7, 8, 9, 10].

shaalaa.com
List Manipulation
  Is there an error in this question or solution?
Chapter 9: Lists - Exercise [Page 205]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 9 Lists
Exercise | Q 4. b. | Page 205
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×