There is no special syntax in Python for displaying multi-line comments, as there is in other languages. Python programmers employ triple-quoted (docstrings) strings to display multi-line comments. The Python parser will ignore the docstring if it is not used as the first statement in the current method.