From 81d2ad0e06c73213482b8855aa791727ab8fe48f Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 10 Nov 2025 08:00:18 +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'Tests/test2.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tests/test2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/test2.md b/Tests/test2.md index eeba460..6ffa56e 100644 --- a/Tests/test2.md +++ b/Tests/test2.md @@ -30,5 +30,5 @@ fp_4.close() list_5 = list(dictionary_2.values()) srednee_mark = sum(list_5)/len(list_5) -print(round(srednee_mark, 1)) +print(f"Общее среднее = {round(srednee_mark, 1)}") ``` \ No newline at end of file