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: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK