long_string = "This is a very long string that \ I want to define in my Python code, \ but it's too long to fit on a single line.\ How can I split the definition \ of this string over multiple lines for better readability?" print(long_string)