What are comments i…
 
Notifications
Clear all

What are comments in Python?

2 Posts
3 Users
0 Likes
521 Views
0
Topic starter

Explain.

2 Answers
0

Comments in Python is the inclusion of short descriptions along with the code to increase its readability. A developer uses them to write his or her thought process while writing the code.

0

Comments in Python is the inclusion of short descriptions along with the code to increase its readability. A developer uses them to write his or her thought process while writing the code. It explains the basic logic behind why a particular line of code was written.

Share: