how to use breaks in string python code example Example: break line in string python myString = '1X2X3X' print (myString.replace ('X', 'X\n'))