Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the length of a string in python

# plz suscribe to my youtube channel -->
# https://www.youtube.com/channel/UC-sfqidn2fKZslHWnm5qe-A

var = "python is amazing programming language"
print(len(var))
# 38
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged: #length #string #python
ADD COMMENT
Topic
Name
5+5 =