I am trying to make my script a bit neater, but I have loads of print "str" statements that are really long.
So I might have:
print("Hello, welcome to blah blah blah blah blah blah blah blah blah blah")
However, ideally I'd like this to continue onto a new line, rather than have it trail across the length of the Editor.
It's not hugely important I don't think, but is it possible?