1.

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» B. len(s)


Discussion

No Comment Found