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