Programming with Python

  1. Home
  2. Docs
  3. Programming with Python
  4. Control statement in python

Control statement in python

Control statements are responsible for managing the flow in which loops get executed. Programming languages provide various control structures that allow for more complicated execution paths.

Python supports the following three control statements:-

  • break
  • countinue
  • pass

Articles

Was this article helpful to you? Yes No

How can we help?