14- Python Comments | Python Tutorial in Hindi

Опубликовано: 28 Октябрь 2024
на канале: Digital EduComp
62
7

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.