Source Code:
(back to article)
""" This is a multiline comment print("this will not be printed") """ print("but this will be")
Result:
Report an issue