Snippets tagged “multiline-comments”
1 snippet uses this tag.
- How do I create multiline comments in Python?Python
In Python, you can create a multiline comment using triple quotes (either single or double) at the beginning and end of the comment.
1 snippet uses this tag.
In Python, you can create a multiline comment using triple quotes (either single or double) at the beginning and end of the comment.