Multiline

Python

Python - Multiline Strings

Triple-quoted strings use three consecutive single or double quotes and preserve all whitespace, including newlines and indentation. This is the most common approach for multiline text.

Read more →