Vidyalelo
Python · Q81

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 81

Q81

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

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

Answer: Option D

Solution

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