Is there any function in Python that I can use to insert a value in a certain position of a string?
Something like this:
"3655879ACB6"
then in position 4 add "-"
to become "3655-879ACB6"
Is there any function in Python that I can use to insert a value in a certain position of a string?
Something like this:
"3655879ACB6"
then in position 4 add "-"
to become "3655-879ACB6"