A Admin • 828.70K Points Coach Q. Amongst which of the following is / are true about the while loop? (A) It continually executes the statements as long as the given condition is true (B) It first checks the condition and then jumps into the instructions (C) The loop stops running when the condition becomes fail, and control will move to the next line of code. (D) All of the mentioned above Correct Answer - Option(D) Views: 8 Filed under category Python Hashtags: Share Manage Tags
Discusssion
Login to discuss.