Skip to main content
Submitted by admin on 27 December 2021

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     """