Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by Jane ( 7 years ago )
sofa_code = goods['Диван']
sofa_item = store[sofa_code][2]
sofa_quantity = sofa_item['quantity']
sofa_price = sofa_item['price']
sofa_cost = sofa_quantity[0] * sofa_price[0] + sofa_quantity[1] * sofa_price[1]
print('Диван -', sofa_quantity, 'шт, стоимость', sofa_cost, 'руб')
Revise this Paste