Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python Add a string in a certain position

>>> s[:4] + '-' + s[4:]
'3558-79ACB6'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Python #Add #string #position
ADD COMMENT
Topic
Name
3+7 =