From 81fe20e9aa1b7c884b0ebde5ba45367be3a4ce8d Mon Sep 17 00:00:00 2001 From: TimoshenkoAA Date: Mon, 29 Sep 2025 08:02:07 +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'TEMA4/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA4/report.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TEMA4/report.md b/TEMA4/report.md index 122e9b9..4772644 100644 --- a/TEMA4/report.md +++ b/TEMA4/report.md @@ -230,10 +230,7 @@ TypeError: '>' not supported between instances of 'str' and 'int' Поиск минимума: Нюансы аналогичны максимуму, поэтому детально расписаны не будут. -``` ->>> min(float("-inf"), -99, 0, 12) --inf -``` + Сумма элементов: ``` >>> help(sum)