Closed MichaelNecio closed 8 years ago
There are actually multiline strings in Python, but not with those quotes.
But also if there are two string literals next to each other they will be concatenated together, and that is how I fixed my fix.
The adjacent strings concatenating into one does work, and because single quotes are used the internal double quotes don't have to be escaped.
And yes I made these changes right in the GitHub text editor and no I did not test them in any way.