Introduction to Flow Control in Python

Difficulty: Beginner
Duration: 10 minutes and 17 seconds
Students: 546
Rating: 5/5

This lesson provides an intro to Flow Control, exploring conditionals and types of loops available in Python.

Learning Objectives

  • Describe the concept of flow control
  • List the if-family of conditionals
  • List the types of loops

Intended Audience

This lesson was designed for first-time developers wanting to learn Python. Existing developers may want to skip.

Prerequisites

This is an introductory lesson and doesn’t require any prior programming knowledge.