Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

add place in certain index python string


>>> s='355879ACB6'
>>> s[4:4] = '-'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'str' object does not support item assignment

Source by coders911.org #
 
PREVIOUS NEXT
Tagged: #add #place #index #python #string
ADD COMMENT
Topic
Name
9+1 =