Explain Use of Python Comments
We use Pythons Comments to make the source code easier for humans to understand. Python interpreter will ignore any comments in the program. How to Add Python Comments in the Source Code Python uses a Hash symbol ( # ) to indicate that rest of the line is a comment. Single Line Comments in Python… Read More »