From b905a59f089828074d68f0587e20f39995cc2c2a Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Mon, 27 Oct 2025 08:20:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'TEMA7/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA7/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA7/report.md b/TEMA7/report.md index b36d5e0..7a96c4b 100644 --- a/TEMA7/report.md +++ b/TEMA7/report.md @@ -116,7 +116,7 @@ house больше building ``` Для множеств: ``` ->>> slozh({1,1,1,1}, {2}, {"hehe", True, None}, {6, 6, "a"}) +>>> slozh({1,1,1,1}, {2}, {"privet", True, None}, {6, 6, "a"}) ... TypeError: unsupported operand type(s) for +: 'set' and 'set' ```