Page 1 of 1

Given a string example=”hello” what is the output of example.count(‘l’)?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) 2
b) 1
c) None
d) 0