message = iloveyouchina #get last x words #for example x = 3 print(message[-3:]
# all but the last for x in y[:-1]