18-Write a function called items_price that receives 2 lists as input .The first list contains n different items and the second list contains their prices so that the order of the items in each list is the same .Then calculate the total amount of money needed to buy the available items .Both lists are assumed to be the same length .For example, if the input lists are as follows:

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 3E
icon
Related questions
Question

please use python 

18-Write a function called items_price that receives 2 lists as input .The first list
contains n different items and the second list contains their prices so that the order
of the items in each list is the same .Then calculate the total amount of money
needed to buy the available items .Both lists are assumed to be the same
length .For example, if the input lists are as follows:
a = [2, 3, 5, 7, 9]
This list (first list) shows you the number of each item.
b = [5, 8, 4, 1, 11]
This list (second list) gives you the unit price of the item corresponding to the
items in the first list .This means that if you want to buy 2 units of the first item,
the price of each unit is $ 5 for each item .To buy 3 units of the second item, the
price of each item is $ 8, and . as a result, your function must calculate the total
cost required to purchase all items and give it to you .The correct output for the
above lists will be as follows:
160
Transcribed Image Text:18-Write a function called items_price that receives 2 lists as input .The first list contains n different items and the second list contains their prices so that the order of the items in each list is the same .Then calculate the total amount of money needed to buy the available items .Both lists are assumed to be the same length .For example, if the input lists are as follows: a = [2, 3, 5, 7, 9] This list (first list) shows you the number of each item. b = [5, 8, 4, 1, 11] This list (second list) gives you the unit price of the item corresponding to the items in the first list .This means that if you want to buy 2 units of the first item, the price of each unit is $ 5 for each item .To buy 3 units of the second item, the price of each item is $ 8, and . as a result, your function must calculate the total cost required to purchase all items and give it to you .The correct output for the above lists will be as follows: 160
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning