Home / Programming MCQs / Python MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Which of the following is True regarding loops in Python?

(A) Loops should be ended with keyword "end".
(B) No loop can be used to iterate through the elements of strings.
(C) Keyword "break" can be used to bring control out of the current loop.
(D) Keyword "continue" is used to continue with the remaining statements inside the loop.

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.