Please enable JavaScript to use CodeHS

CodeHS Glossary


Immutable Python

Immutable (in Python) means that once something is created, it cannot be changed. If you want a different value, you have to make a new one instead of editing the old one.