Which of the following is used for multi-line comments in Python?

Explanation:
Triple quotes """ """ are used for multi-line comments or docstrings.

Latest Blogs