Immutable and Mutable in Python
Jun 23, 2024 · 1 min read · We all are aware of what immutable and mutable means. Today, I am going to explain some uncertain behaviour of python. As mentioned above the strings are immutable in python, so how this is possible? Let me explain what python does under the hood....
Join discussion