Function and Control Flow#

Learning Objectives#

Upon completion of this module, you should be able to:

  • Write conditional statements

  • Construct iterations in Python including for loop and while loop

  • Create control flow statements

  • Create and use Python functions

  • Understand various types of exceptions in Python

  • Know how to deal with exceptions

Assignment#

  • Work on Homework 3 and 4

  • Submit Assignment (see syllabus for due date)