>>> word[0] = V Traceback (most recent cali last):
File "<stdin>", linę 1, in ?
TypeError: 'str' object does not support item assignment >>> word[:l] = 'Spłat'
Traceback (most recent cali last):
File "<stdin>", linę 1, in ?
TypeError: 'str' object does not support slice assignment