Welcome, guest! Login / Register - Why register?
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]
sofa_quantity_0 = sofa_item[0]['quantity']
sofa_quantity_1 = sofa_item[1]['quantity']
sofa_price_0 = sofa_item[0]['price']
sofa_price_1 = sofa_item[1]['price']
sofa_quantity = sofa_quantity_0 + sofa_quantity_1
sofa_cost = sofa_quantity_0 * sofa_price_0 + sofa_quantity_1 * sofa_price_1

print('Диван -', sofa_quantity, 'шт, стоимость', sofa_cost, 'руб')

 

Revise this Paste

Your Name: Code Language: