R

Ram Sharma • 193.86K Points
Coach

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

  • (A) Loops are used to perform certain tasks repeatedly.
  • (B) B. While loop is used when multiple statements are to executed repeatedly until the given condition becomes False
  • (C) While loop is used when multiple statements are to executed repeatedly until the given condition becomes True.
  • (D) for loop can be used to iterate through the elements of lists.

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.

Be the first to start discuss.