NCERT Solutions for Class 11 Computer Science (Python) – Conditional and Looping Constructs
NCERT Solutions for Class 11 Computer Science (Python) – Conditional and Looping Constructs Very Short Answer type Questions [1 mark each] Question 1: Why do we use ‘break’ statement ? Answer: The ‘break’ statement can be used to terminate the loop. Question 2: What gets printed with the following code ? x = True y…
Read more