Обновить less3.md
This commit is contained in:
parent
686f627672
commit
5d050a4d3c
4
less3.md
4
less3.md
|
@ -180,4 +180,6 @@ def cycle_dict_2():
|
||||||
for price in products.values():
|
for price in products.values():
|
||||||
print(price)
|
print(price)
|
||||||
total_price += price
|
total_price += price
|
||||||
print("Общая сумма товаров", total_price)
|
print("Общая сумма товаров", total_price)
|
||||||
|
|
||||||
|
[Назад на главную](readme.md)
|
Loading…
Reference in New Issue