Help for this page
Select Code to Download
Select
or
download this
>>> a=[1,2,3] >>> len(a) 3 >>> a.__len__() 3