hello = r"This is a rather long string containing\n\ several lines of text much as you would do in C."
print(hello)
This is a rather long string containing\n\ several lines of text much as you would do in C.