1.You are creating an inventory management system in Python. You want the following features:
The name of every item should be linked to its stock level and expiry date
The order of the items in the database is not a priority
You need to be able to easily lookup data for each item
Which is the best representation of the optimal data structure you should use to manage the data in this application?
Canned Soup , [45 , 16/12/2016]
Comments
Leave a comment