+ 1
How can I create a multi-line comment in python?
3 odpowiedzi
+ 6
use three double quotes like that:
"""
that's a comment
a multi line comment to be exact
"""
+ 2
@Sunzuina you need to ask that as a new thread. see the down votes you are getting.
+ 2
read topic under docstrings. multiple line comments are provided as docstrings using double quotes 3 times in beginning and end of the docstring