python string length
Python hosting: Host, run, and code Python in the cloud!
Return string length.
Syntax
The format is:
len(str) |
Parameters
String
Example
str = "All work and no play makes Jack a dull boy. Jack?" |
Result:
49
Posted in Documentation
Leave a Reply: