One of the frustrating things for Python developers is that there is no block comment functionality where you can comment out multiple lines in one go.

Today on the Python Lab, we take a look at how we can use a small hack to achieve this functionality.

Multi-Line Comments in Python

Lets see how this piece of code works 👇🏾

Tagged in: