string = "abc" string[0] = "d" TypeError: 'str' object does not support item assignment num = 123 num[0] = 4 TypeError: 'int' object is not subscriptable my_string ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results