String Literals Can Span Multiple Lines One Way Is

[Solved] String Literals Can Span Multiple Lines One Way Is | Vb - Code Explorer | yomemimo.com
Question : String literals can span multiple lines. One way is using triple-quotes: """...""" or '''...'''

Answered by : good-giraffe-4mfk8lw86c7e

print("""\
Usage: thingy [OPTIONS] -h Display this usage message -H hostname Hostname to connect to
""")

Source : https://docs.python.org/3/tutorial/introduction.html#strings | Last Update : Mon, 18 Apr 22

Answers related to string literals can span multiple lines one way is using triple quotes

Code Explorer Popular Question For Vb