Vidyalelo
Python · Q138

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 138

Q138

Suppose list1 is [2, 33, 222, 14, 25], What is list1[-1]?

A.
Error
B.
None
C.
25
Answer
D.
2

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board