Introduction
Escape characters help you show special symbols or control text layout in output. They let you print things like new lines or quotes inside text.
When you want to start a new line in printed text.
When you need to include quotes inside a string without ending it.
When you want to add a tab space to organize output.
When you want to show a backslash character in your text.
When you want to control how text appears on the screen.