How to insert single line and multi line comments in Python?
Answers
Answered by
5
Explanation:
python developer often male use of the comment system as without the use of it things that can real confusing real fact comment are useful information that developer provide to make the reader understand the source code it example the logicor a part of it used in the code. comment are usually helpful to someone maintaining and enhancing your code when you are no longer around to answers questions about it
Similar questions