Report Bug
Qus : Suppose list1 is [3, 4, 5, 20, 5, 25, 1, 3], what is the value of list1.count(5)?
Qusमान लीजिए list1 [3, 4, 5, 20, 5, 25, 1, 3], है, list1.count(5) की क्या वैल्यू है।

A. 0
B. 4
C. 1
D. 2


Solution
D. 2






Report Bug