Help for this page

Select Code to Download


  1. or download this
    >>> a=[1,2,3]
    >>> len(a)
    3
    >>> a.__len__()
    3