From c63637776809e9b219d4901185a53b1a1c07b601 Mon Sep 17 00:00:00 2001 From: stud204006 Date: Sat, 18 Apr 2026 07:45:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 702d670..ed71c06 100644 --- a/test.py +++ b/test.py @@ -1 +1,2 @@ -print(123) \ No newline at end of file +a = 123 +print(a) \ No newline at end of file