Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple in python

#a tuple is basically the same thing as a
#list, except that it can not be modified.
tup = ('a','b','c')
Source by codefreelance.net #
 
PREVIOUS NEXT
Tagged: #tuple #python
ADD COMMENT
Topic
Name
3+9 =