English

What will be the output of the following statement? list1 = [1,2,3,4,5] list1[len(list1)-1] - Computer Science (Python)

Advertisements
Advertisements

Question

What will be the output of the following statement?

list1 = [1,2,3,4,5]
list1[len(list1)-1]
Short Note

Solution

 

This will print the last element of the list. i.e. 5 
list1[len(list1)-1]
list1[5-1]
list1[4]
5
shaalaa.com
List
  Is there an error in this question or solution?
Chapter 9: Lists - Exercise [Page 204]

APPEARS IN

NCERT Computer Science [English] Class 11
Chapter 9 Lists
Exercise | Q 1. iv. | Page 204
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×