Programming languages not listed Multi-line comment blocks are not supported out of the box by Python. In Python, using sequential # single-line comments is the suggested method for commenting out numerous lines of code.
Python has a number of methods for quoting strings. Strings can span multiple lines thanks to triple quotes. Your string's line breaks correspond to the line breaks in your source file. In Python, a triple-quoted text behaves similarly to other languages' "here doc" commands. Official Python documentation claims that triple quotes are docstrings, or multi-line docstrings, and are not to be confused with comments. The interpreter reads everything that is enclosed in triple quotes. Everything following the hash symbol is ignored by the interpreter. A comment is defined as being that.
Learn more about Multi-line comments here:-
https://brainly.com/question/12801827
#SPJ4