len() Function

Returns the length in characters of the text.

Syntax

len( text )

text: (Text) The text, the length of which will be returned.

Returns

Number

Examples

len("boston") returns 6

Open in Github Built: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK