From 31e4e86e6acf5b236f48f25a35934c432583ae50 Mon Sep 17 00:00:00 2001 From: OgarkovIA Date: Mon, 29 Sep 2025 07:06:54 +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/test1.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tests/test1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/test1.py b/Tests/test1.py index e733e7a..230989d 100644 --- a/Tests/test1.py +++ b/Tests/test1.py @@ -7,6 +7,6 @@ number_3 = list(s)[4] print(number_3) s = s.replace(',','') s = list(s) -s[4] = '777' +s[2] = '777' print(s) -print(int(s[1])+int(4)) +print(int(s[1])+int(s[4]))