From 686f6276728e1f601dcbb613c627da6b7cee99a3 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:24:42 +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=20less2.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- less2.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/less2.md b/less2.md index f6bf095..dc32030 100644 --- a/less2.md +++ b/less2.md @@ -33,4 +33,6 @@ price_2 = {80, 2, 10} price_3 = price_1 | price_2 price_4 = price_1 & price_2 print(price_3) -print(price_4) \ No newline at end of file +print(price_4) + +[Назад на главную](readme.md) \ No newline at end of file