मराठी

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

Advertisements
Advertisements

प्रश्न

What will be the output of the following statement?

list1 = [1,2,3,4,5]
list1[len(list1)-1]
टीपा लिहा

उत्तर

 

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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 9: Lists - Exercise [पृष्ठ २०४]

APPEARS IN

एनसीईआरटी Computer Science [English] Class 11
पाठ 9 Lists
Exercise | Q 1. iv. | पृष्ठ २०४
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×