Examveda

Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5)?

B. 1

C. 4

D. 2

Answer: Option D


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python