Commenting is an integral part of every programming language. With comments, you get a better understanding of your own code, make it more readable, and can help team members understand how it works.
Multiline comments both inside and outside the function can't be collapsed with Python. When there are hundreds of commented lines, it isn't convenient to view code. Even just fold those lines ...