3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

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

Python
# Comment example 1
'''
Comment example 2
'''