I'm having a problem in processing lists that I have 2 lists:
shop1= [{'status':'1','price':;1200'},{'status':'1','price':'13000'}] shop2= [{'status':'2','price':3000'},{'status':'2','price':'4000'}]
How can I return the sum of all the prices of shop1, shop2, so?