Create the function that takes a list of dictionaries and returns the sum of people's budgets . Example: get_budgets([ {“name”: “John”, “age”:21, “budget”: 23000}, {“name”: “Steve”, “age”:32,...



  1. Create the function that takes a list of dictionaries and returns the sum of people's budgets .


Example: get_budgets([


{“name”: “John”, “age”:21, “budget”: 23000},


 {“name”: “Steve”, “age”:32, “budget”: 40000},


{“name”: “Martin”, “age”:16, “budget”: 2700}


                                ])→ 65700


WRITE IN PYTHON AND SHOW OUTPUT



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here