From 03c6e318a7f60440a0c918b1bf150dda06b0a6b5 Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Mon, 15 Sep 2025 08:55:41 +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'TEMA2/report2.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA2/report2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA2/report2.md b/TEMA2/report2.md index 3b0fa66..ac4e3e6 100644 --- a/TEMA2/report2.md +++ b/TEMA2/report2.md @@ -487,9 +487,9 @@ Traceback (most recent call last): File "", line 1, in endopy.index("hehehe") ValueError: 'hehehe' is not in list - +``` 10. Подсчет количества элементов по значению (count) - +``` help(endcopy.count) Help on built-in function count: