Introduction
Sometimes you want to write more than one line of text at once. This helps you keep your code neat and easy to read.
When you want to print a paragraph or multiple sentences.
When you need to store a long message in a variable.
When writing text that includes line breaks, like a poem or address.
When you want to create a multi-line string for documentation or notes.