Source Code:
(back to article)
""" This is a multi-line comment that can span multiple lines """ print("This is the main code")
Result:
Report an issue