Submitted by admin on

Types of comments

There are the two types of comments in Python.

Single line comments :   #

multiline comments: """    This is a comment written in more than just one line     """