Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 98 Bytes

File metadata and controls

6 lines (5 loc) · 98 Bytes

How to add a string in a certain position?

>>> s[:4] + '-' + s[4:]
'3558-79ACB6'