Examveda

Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is list1.count(5)?

B. 4

C. 1

D. 2

Answer: Option D


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python