Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Chapter 7 Learning Objectives

AnnaHey edited this page Sep 27, 2017 · 2 revisions

By the end of this class students will be able to:

  • Explain what an exception is and why it is used
  • Write a program using a try: except: block
  • Give at least three examples of standard exceptions
  • Explain what finally code guarantees
  • List and explain basic steps of problem solving
  • Recognize common errors made in Python programming