From 5d050a4d3c0199cb04a22e35d76b99892f778046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=92=D0=B0?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D1=82=D0=B8=D0=BD=D0=BE=D0=B2=D0=B8=D1=87=20?= =?UTF-8?q?=D0=96=D0=B5=D0=B1=D1=80=D0=B8=D0=BA=D0=BE=D0=B2?= Date: Wed, 24 Apr 2024 11:25:11 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20less3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- less3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/less3.md b/less3.md index 05f62e5..77104f8 100644 --- a/less3.md +++ b/less3.md @@ -180,4 +180,6 @@ def cycle_dict_2(): for price in products.values(): print(price) total_price += price - print("Общая сумма товаров", total_price) \ No newline at end of file + print("Общая сумма товаров", total_price) + + [Назад на главную](readme.md) \ No newline at end of file