A

Admin • 832.27K Points
Coach

Q. Which keyword is used to define a loop that executes as long as a condition is true?

  • (A) for
  • (B) repeat
  • (C) loop
  • (D) while
  • Correct Answer - Option(D)
  • Views: 14
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The while loop runs as long as the condition remains true.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.