About the topic "Comments in Python"

Hi,
Please teach how to write multiline comments in Python as this is not covered in the course “Certified Python Entry-Level Programmer - PCEP Certification Prep Course”.

You can add multiline comments using single inverted comma three time at the start of statement and end of the statement

Thank you so much Nitin for your reply. I also heard that three times double quotes also do the same thing. Am I right?

hi @Sandesh-D-Manocharya ,

Go to the following document to see the different way to comment on python and some best practices Writing Comments in Python (Guide) – Real Python