Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

not mutable data type in python

'''mutable reminds us of mutation i.e. it can change
   immutable or non-mutable is the tuple (data type)
      which has basically a list that is not meant to be changed in run-time. 
'''
 
PREVIOUS NEXT
Tagged: #mutable #data #type #python
ADD COMMENT
Topic
Name
8+8 =