Function and Control Flow
Contents
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 andwhile
loopCreate 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)