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

preview_player
Показать описание
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.
Рекомендации по теме
visit shbcf.ru