In Python, can we write multi-line comments? (1)

1 Name: yash : 2023-07-01 03:31 ID:1fZtdCb5 [Del]

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.

Name: Link:
Leave these fields empty (spam trap):
More options...