Module 2 challenge (assignment) for AI Bootcamp
It is a python program to place an order from the menu. User select main menu and the items within those categories. After that enter quantity and repeat until users finish the order. Print the ordered items, price and total.
The program uses combination of different data types like list, dictionary and so on. Has loops, conditional statements and f strings. Also make use List Comprehensions to calculate total of the order.


