x = "Don't break up with me!" start = x[0:5] # selects characters 0 to 4 end = x[5:] # selects characters 5 until the end print "Do",end