Question: python languge. plese send the code as a text not picture. Write a Python function totalWeight() that gets as parameter a dictionary containg food names

python languge. plese send the code as a text not picture.
python languge. plese send the code as a text not picture. Write

Write a Python function totalWeight() that gets as parameter a dictionary containg food names as keys and their weight (in kg) as values. The function will return the sum of weights all food in the dictionary. Example: if the dictionary ("apple": 1.5, "carrot": 0.8,"onion": 1.1) is given as parameter, the function will return 3.4 (= 1.5 +0.8 +1.1). 1 " B

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!