How-to articles, tricks, and solutions about MULTILINESTRING
How do I split the definition of a long string over multiple lines?
You can split a string over multiple lines by using triple quotes, either ''' or """ .