- 4
can anyone help mee please
Dictionaries can be used to store key:value pairs. You have been asked to create an inventory management program for a store. You use a dictionary to track all of the store's inventory along with how many of each item the store has.
4 Answers
+ 7
Sure you can do that in dict, where key will be name of item, and value will be price!
Now if you understand then try it by your own, and if you are facing any problems then share your code here!
+ 5
Help with what ? Also you should add the relevant language name in the tags .
+ 3
I think a question with pretty much the same wording was posted 2 or 3 days ago but I don't find it... đ€
+ 2
And you should to show your attempt