Examveda

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

A. Error

B. None

C. 25

D. 2

Answer: Option C


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python