Source Code:
(back to article)
x = """ This is a multi-line string """ print(x)
Result:
Report an issue