Q. Given a string example=”hello” what is the output of example.count(‘l’)?
β
Correct Answer: (A)
2
You must be Logged in to update hint/solution