📜  <ipython-input-31-da456dc89cda>在<module>- Python 代码示例

📅  最后修改于: 2022-03-11 14:46:54.426000             🧑  作者: Mango

代码示例1
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
 in ()
      1 s = 'hello'
----> 2 s[0] = 'a'

TypeError: 'str' object does not support item assignment