

InterviewSolution
Saved Bookmarks
1. |
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» The correct option is (d) 2 The explanation is: Execute in the shell to verify. |
|