Computer >> Computer tutorials >  >> Programming >> Python

Which data types are immutable in Python?


If any object once created in memory can't be changed, it is called an immutable object. In Python, numeric objects, strings and dictionary objects are immutable.