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