Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the length of a string in python

# Let's use the len() function
print(len("Hello, World!!"))
# this will return 14
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #length #string #python
ADD COMMENT
Topic
Name
4+7 =