Skip to main content
Skip table of contents

Comment

Features

This function is used to provide an additional description of the code. The comments do not affect the source code since they are excluded from code processing.

A statement following "#" is recognized as a comment.  A block that begins with ’’’ and ends with ’’’ is recognized as a comment.

  • Comment is used to provide an additional description of the code. The comments do not affect the source code since they are excluded from code processing
  • A statement following "#" is recognized as a comment.
  • A block that begins with ’’’ and ends with ’’’ is recognized as a comment

Example

PY
# Comment example 1
’’’
   Comment example 2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.