# This is the flower box and it should at the beginning of each assignment
# You must add comments to your code
# Program Name: Wk4_firstname_lastname.py
# Student Name: your name
# Course: ENTD220
# Instructor: My instructor
# Date: The date of the program written
# Copy Wrong: This is my work
You are going to enhance the prior assignment by implementing exceptions
***** You need to tell me where you implemented the exception and why. *****Show me 2 test cases that will trap the errors. Your code needs to implement two separate try-except blocks for the appropriate area of the code. This means you cannot wrap your entire code with try-except blocks.