How to Make a Block Comment in Python | Python Tutorial
Multi-line comments in Python with examples
Programming languages like C++, Java, and C have built-in to support block comments. When you use those programming languages, you can use multi-line comments if you want.
With the python programming language, there is no built-in mechanism to block comments.