A

Admin • 832.27K Points
Coach

Q. Which keyword is used to stop a loop in Python?

  • (A) exit
  • (B) quit
  • (C) stop
  • (D) break
  • Correct Answer - Option(D)
  • Views: 27
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

The break statement terminates a loop.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.