1.

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

A. 2
B. 1
C. none
Answer» B. 1


Discussion

No Comment Found