{
 "cells": [
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "# Ch05 Homework\n",
    "\n",
    "Complete these questions after working through the Exceptions and Testing chapter."
   ],
   "id": "6fbaec89"
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Problem 1\n",
    "\n",
    "Write a short explanation of the chapter's main idea in your own words."
   ],
   "id": "2a353163"
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Problem 2\n",
    "\n",
    "Create a small Python example that uses one technique from the chapter."
   ],
   "id": "523b79dc"
  },
  {
   "cell_type": "markdown",
   "metadata": {},
   "source": [
    "## Problem 3\n",
    "\n",
    "Modify your example to handle one edge case or error condition."
   ],
   "id": "c36a8406"
  }
 ],
 "metadata": {
  "kernelspec": {
   "display_name": "Python 3",
   "language": "python",
   "name": "python3"
  },
  "language_info": {
   "name": "python",
   "version": "3.11.0"
  }
 },
 "nbformat": 4,
 "nbformat_minor": 5
}
