Question: using python 3 Create a Python dictionary called price_dict. Store inside your dictionary the three key-value pairs shown below in the example output: >>> print(price_dict['apple'])
Create a Python dictionary called price_dict. Store inside your dictionary the three key-value pairs shown below in the example output: >>> print(price_dict['apple']) $0.75 >>> print(price_dict['banana']) I $0.30 >>> print (price_dict['plantain']) $1.15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
