Line Continuation Character
The backslash (\)
my_long_string = "This is some" \
"text on two lines"
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext
The backslash (\)
my_long_string = "This is some" \
"text on two lines"