Report Bug
Qus : Which predefined Python function is used to find length of String()
Qusकिस पूर्वनिर्धारित पायथन फंक्शन का उपयोग लंबाई को फाइन्ड के लिए किया जाता है।

A. length
B. length()
C. len()
D. None


Solution
C. len()






Report Bug