Comments are very important while writing a program. They describe what is going on inside a program, so that a person looking at the source code does not have a hard time figuring it out.
In this video of Python Series you will learn:
What is Single Line Comments.
What is Multi-line comments.
How to Write Better Comments.
Advantages of Comments.