Introduction to Decision Control Instructions
Learn about the different forms of decision control instruction in Python.
We'll cover the following
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.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy