Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

in

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-1-07a9845b0745> in <module>()
      1 s = 'hello'
----> 2 s[0] = 'a'

TypeError: 'str' object does not support item assignment
Source by astrofrog.github.io #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
3+1 =