len Function
Purpose:
To return the length of a string.
Syntax:
len(string)
Comments:
Example:
abc = "123"
p len(abc)
3