Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to get the size of a tuple in python

#use len(objects)
objects = [69, "420",66.6]
len(objects)
#returns 3
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #size #tuple #python
ADD COMMENT
Topic
Name
9+5 =