''' How do you add a new line inside a python text string ''' text_string = "This is the first line.\nThis is the second line." print(text_string)