Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

what are tuples in python

#A tuple is essentailly a list with limited uses. They are popular when making variables 
#or containers that you don't want changed, or when making temporary variables.
#A tuple is defined with parentheses.
Source by developers.google.com #
 
PREVIOUS NEXT
Tagged: #tuples #python
ADD COMMENT
Topic
Name
4+5 =