In this lab, you will add exception handling to a program that keeps track of the inventory of items that a wizard can carry.
Sample console output if the program can't find the inventory file
The Wizard Inventory program
COMMAND MENU
walk - Walk down the path
show - Show all items
drop - Drop an item exit
Exit program
Could not find inventory file!
Wizard is starting with no inventory.
Command: walk
While walking down a path, you see a crossbow.
Do you want to grab it? (y/n): Y
You picked up a crossbow.
Command: show
1. a crossbow
Command: drop
Number: x
Invalid item number.
Command: