get string or list length in python
April 17th, 2006 by Lawrence David
python’s so damn intuitive. to get the length of a string or list in python:
>>> len(variable_name)
April 17th, 2006 by Lawrence David
python’s so damn intuitive. to get the length of a string or list in python:
>>> len(variable_name)