6. Strings
To declare strings, both ' ' or " " can be used.
In the usage of one, you can use the other inside the text. Another way of using one of them inside text is using with escape.
''' ''' and """ """ are other string signs. Everything between these are exactly copied to the string including new lines and other quotes.
For a long string, on IDE for a new line, use escape.