I have the following dict:
dict = {'1:': ('Mercedes,', '200,', '10000USD'),
'2:': ('BMW,', '150,', '12000USD'),
'3:': ('Jeep,', '30,', '8000USD')}
What is the right function to edit values (name, quantity, price)
I want the user to input the ID, and then let him edit the information of the mentioned ID