Name

comment

Description Explanatory notes embedded within the code. Comments are used to remind yourself and to inform others about the details of the code. Single-line comments are signified with the pound character. Comments are ignored by the interpreter.
Syntax
# comment
Parameters
commentany sequence of characters
Related multilinecomment
Creative Commons License