Examveda

To return the length of string s what command do we execute?

A. s.__len__()

B. len(s)

C. size(s)

D. s.size()

Answer: Option A


This Question Belongs to Python Program >> Strings In Python

Join The Discussion

Related Questions on Strings in Python