Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple in python

#Tuple is immutable(which can't change)
fruits = ("Apple", "orange", "pears")
# You can check place, character in it but can't change
Source by developers.google.com #
 
PREVIOUS NEXT
Tagged: #tuple #python
ADD COMMENT
Topic
Name
4+6 =