From a52a2f20bd694eeb509a69a9a286b6c3e501b431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=92=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD?= Date: Sun, 2 Nov 2025 13:24:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA5/report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA5/report.md b/TEMA5/report.md index f345bf7..162e020 100644 --- a/TEMA5/report.md +++ b/TEMA5/report.md @@ -77,7 +77,7 @@ else: Простой цикл -``py +```py >>> temperatura = 5 >>> for i in range(3,18,3): i @@ -363,4 +363,4 @@ else: print("все числа обработаны") 12 четное 14 четное все числа обработаны -``` \ No newline at end of file +``` \ No newline at end of file