Everyone at some point in their lives has trouble deciding what to make or order for dinner. This code, while simple, should help narrow down your options or at least give you a list of ideas that you may have initially forgotten about.
The goal of this code was to become comfortable using some fundamental tools in python. Eg: "while" loops and "if-else" statments. While using user inputs and arrays of data to determine a path of execution for the code. Added challenge was to include a built in form of verifcation in order to make sure the code could properly handle any input a user may enter, whether on purpose or an accidental mistype.