Lesson 3: Escape sequences
What if you want a new line in the middle of a string, or to show a double-quote inside the text? That's what escape sequences are for: a combo that starts with a backslash \ and gives the next character a special meaning. The most useful: \n for a new line, \t for a tab, \" for a double-quote insid