How-to-Write-Multiline-Comments-in-Python

How to Write Multiline Comments in Python

You can write multiline comments in Python by following the given code. If you want to learn Python then I will highly recommend you to read This Book. In Python, there is no proper syntax for multiline comments but you can do with these two methods. Method 1 In this method, write # at starting for each …

How to Write Multiline Comments in Python Read More »