Every coder needs to know the art of debugging. Leaving comments on the code while coding is a very helpful measure you take for yourselves. Either when you revisit a code or check for anomalies during execution , debugging is required. generally we print the changes to see what is happening in the code. Here we check for single line mistakes in the the following questions and correct them, without changing the complete code.