From 2abda15a06c37a9c35079d0390c696b3c3e6bfee Mon Sep 17 00:00:00 2001 From: ack_web Date: Fri, 24 Oct 2025 21:49:44 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20=D1=81?= =?UTF-8?q?=20=D0=B2=D0=B5=D0=B1=20=D0=BA=D0=BE=D0=B4=D0=B5=20=D1=81=D0=B5?= =?UTF-8?q?=D1=80=D0=B2=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 123.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/123.py b/123.py index 3329ed4..507f181 100644 --- a/123.py +++ b/123.py @@ -2,5 +2,5 @@ from os import copy_file_range print('test') - -print('one more test') \ No newline at end of file +a = 34 + 45 +print(f'one more test {a=}') \ No newline at end of file