you need to create a string, which is a series of characters surrounded by quotes (you don’t have quotes)
And in this string you need to create escape characters, those indicated in the challenge instructions, so that when the string is displayed in the console it show as instructured
so you don’t actually have to put a line break in your string, you put in \n as that is the escaped character that indicate a line break, etc