From 89381eb1f09639d453f269b3888bb8aa6e2c5ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=20=E2=84=96=207=20=D0=B0=D1=83=D0=B4=D0=B8?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=B8=20=D0=96-115?= Date: Fri, 5 Dec 2025 11:41:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=BA=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA8/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMA8/test.md b/TEMA8/test.md index be36e4d..0e453b0 100644 --- a/TEMA8/test.md +++ b/TEMA8/test.md @@ -45,8 +45,8 @@ with open('file.txt', 'w') as f: f.write("xi yi\n") - for xi, yi in zip(x, y): - f.write(f"{xi} {yi}\n") + for xi, yi in zip(x, y): + f.write(f"{xi} {yi}\n") # вывод в файле file.txt