Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

In this part of our python tutorials series, you will learn what comments are, how to write them
and why do we generally write comments in our codes. Comments are usually written in one line. But
there are times when we have to write our comments in separate lines because they are too long to be
written in one line. In this tutorial, you will see how we can do that.

Join the conversation