Description

Create your own custom functions in Python. Learn how to repeat tasks through iterable objects using for loops, and incorporate conditional logic using if statements.

Learning Objectives


  1. Create custom functions.
  2. Repeat tasks through iterable objects using for loops.
  3. Use if statements.