Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

mutable and immutable in python

IMMUTABLE datatypes (e.g. int, float, bool, str, tuple, unicode) cant be changed after they are created, 
MUTABLE datatypes (e.g. list, set, dict, byte array) can be changed
Comment

PREVIOUS NEXT
Code Example
Python :: int object is not subscriptable in python 
Python :: python send get request with headers 
Python :: tkinter menus 
Python :: # Take user input in python 
Python :: playsound error 
Python :: OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 43350 
Python :: python manage.py collectstatic --noinput 
Python :: scanner class in python 
Python :: pandas read cell value by index and column name 
Python :: django admin customization 
Python :: linking custom CSS in flask 
Python :: how to use inverse trigonometric functions in python 
Python :: How to Get the Difference Between Sets in Python 
Python :: replace all missing value with mean pandas 
Python :: python create list from range 
Python :: pandas profile 
Python :: connecting python with database 
Python :: python capture desktop as video source 
Python :: assign python 
Python :: get sum in range 
Python :: python how to split a number 
Python :: pandas read from txt separtion 
Python :: __call__ python 
Python :: how to get input python 
Python :: python how to convert csv to array 
Python :: distplot with plotly 
Python :: pandas backfill 
Python :: python remove consecutive spaces 
Python :: python numpy vstack 
Python :: pandas groupby apply list 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =