

InterviewSolution
Saved Bookmarks
1. |
Explain the importance of comments? with a small example in python |
Answer» Answer: Programming reflects your way of thinking in order to describe the single STEPS that you took to solve a PROBLEM using a computer. Commenting your co.de helps EXPLAIN your thought process, and helps you and others to understand later on the intention of your co.de. |
|