Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

properties of tuples in python

#Tuples are ordered, indexed collections of data
#Tuples can store duplicate values
#You cannot change the data of a tuple after that you have assigned it the values
#Like lists, it can also store several data items
 
PREVIOUS NEXT
Tagged: #properties #tuples #python
ADD COMMENT
Topic
Name
1+4 =