len() function returns the number of characters in a string
example on using len function in python:
var="hello world!" print(len(var))
total contributions (1)
len() function returns the number of characters in a string
example on using len function in python: