you are asked to return the product id with the highest total revenue, the total cost of the product in all transactions. . you must return both the product id and the total revenue. please complete the function highest revenue product() that takes an instance of csv.dictreader, where you can iterate through each record as a dictionary of column names and values. [ ]



Answer :

Other Questions