Python len() returns a length of the string.  Strings in Python are immutable sequences of Unicode code points.

How To Find String Length In Python

To find a string length in Python, use the len() function. Python String len() method returns the length of the string. Python len() method can be used to get the length of a given string, sequence, and collection.

Syntax

len(string)

#python #python string length #immutable

How To Find String Length In Python | Python String Length
2.70 GEEK