Python - Immutable & Mutable
Jul 17, 2025 · 3 min read · 🔒 What is Immutability in Python? Immutability means something that cannot be changed after it's created.In Python, strings, integers, tuples, etc. are immutable types. When you create a string and assign it to a variable, that string cannot be chan...
Join discussion






