We can use triple quotes to automatically include line breaks in longer strings. What if we don't want a line to end, though?

Sweet! We can prevent a line break with a backslash. In between the """ signs, we can add as many lines as we want.

Didn't we say triple-quoted string literals automatically include line breaks?