Learn how to comment out code blocks in Python using single-line comments and triple quotes. Understand the difference between multi-line comments and docstrings.

4m read timeFrom pythonmorsels.com
Post cover image
Table of contents
Does Python have multi-line comments?What about triple quotes?Docstrings versus commentsWhat if I want to comment-out a whole block of code?How to comment multiple linesUse docstrings, your code editor, or version control

Sort: