Introduction to Decision Control Instructions

Learn about the different forms of decision control instruction in Python.

So far, statements in all of our programs have been executed sequentially. The sequence of executing instructions in a program can be altered using:

  • Decision control instruction
  • Repetition control instruction

What is a decision control instruction?

A decision control instruction is described using a flow chart in the figure below.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy