Examveda

Given a string example="hello" what is the output of example.count('l')?

A. 2

B. 1

C. None

D. 0

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python