Syntax for multi-line comments in Python?

Does Python support multi-line comments the way other languages do? What are your options for writing comment blocks in Python if you need them?
Read more

Similar