______________ is used to add comments in a program.
Answers
Answered by
0
Answer:
comment box is the right answer
Answered by
0
Comments in Python begin with a hash mark ( # ) and whitespace character and continue to the end of the line. Because comments do not execute, when you run a program you will not see any indication of the comment there. Comments are in the source code for humans to read, not for computers to execute.
Similar questions