Q130
Given a string example="hello" what is the output of example.count('l')?
A.
2
AnswerB.
1
C.
None
D.
0
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board