Python is similar as c programming language python support two type of comments the following description and it's example.
In case user wants to specify a single line comment,then comment must start with #
# This is Single Line Comment.
Multi line comment can be given inside (''') triple quotes.
''' This
is
Multi Line Comment.'''