a backslash is used to display multiline string true or false
Answers
Answered by
1
Answer:
You can have a string split across multiple lines by enclosing it in triple quotes. Alternatively, brackets can also be used to spread a string into different lines. Moreover, backslash works as a line continuation character in Python. You can use it to join text on separate lines and create a multiline string.
Answered by
0
Answer:
False
a backslash works as a line continuation character.
Similar questions