Understanding Python len function

The len() function is a built-in function in Python that returns the length of a given object. The object can be a list, string, tuple or dict. The function returns an integer value which is the length of the object. Use Len function to find the length of a String in Python A string in … Continue reading Understanding Python len function