...

/

Challenge: Create Two Dictionaries and Compute the Total Bill

Challenge: Create Two Dictionaries and Compute the Total Bill

Write a program to create two dictionaries and compute the total bill using the values from these dictionaries.

Create two dictionaries—one containing grocery items and their prices, and another containing grocery items and the quantity purchased. By using the values from these two ...