how to add a particular character in string in python code example Example: insert character in string python >>> s[:4] + '-' + s[4:] '3558-79ACB6'