Built-in function len() : Len : Buildin Function PYTHON examples


PYTHON examples » Buildin Function » Len »

 

Built-in function len()


Built-in function len(): get the length of a list


a = ['spam', 'eggs', 1001234]
print len(a)


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Buildin Function
» Len