filmov
tv
Python - 045 : Strings are immutable in python #python #pythonprogramming #pythontutorial

Показать описание
In Python, strings have the property of immutability which means they cannot be mutated or changed. You can assign strings to variables, and reassign new strings to the same variable, but individual characters within a string cannot be reassigned.