Answer:
The correct answer is: Option 2: #
Explanation:
Comments are additional information that is added to a program. The comments help the person who is viewing or reviewing the program to understand logic or function and variable definitions.
In Python, comments are added using the # symbol and adding a white space after it.
The interpreter doesn't interpret the comment section of the program.
Hence,
The correct answer is: Option 2: #