To Return The Length Of String S What Command Do We Execute #241
To return the length of string s what command do we execute?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Strings - Python Strings - Quiz No.4.
To return the length of string s what command do we execute?
len(s) OR s.__len__()
len(s) only
size(s)
s.size()