A

Admin • 832.27K Points
Coach

Q. Which method is used to break a loop?

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

Explanation by: Admin

`break` exits the current loop immediately.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.