#TypeError: 'tuple' ,'str' object does not support item assignment # immutable.#list() #tuple()

preview_player
Показать описание
Tuple are immutable. If you wants to modify tuple, convert tuple to list using list function then modify. last using tuple function convert back to tuple.

For more about tuple refer this link
Рекомендации по теме
Комментарии
Автор

For more about tuple refer this link

For more about string refer this link

kamalamalarm