From ec7926d5e613dfaf499135f42846f32251fd1a21 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Mon, 27 Oct 2025 00:16:01 +0500 Subject: [PATCH] one project --- one.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/one.py b/one.py index 1d631ee..996686b 100644 --- a/one.py +++ b/one.py @@ -1,2 +1,3 @@ -a='Транспорт' -print(a[-1:-5:-1]+a[2]) \ No newline at end of file +for i in '1234': + b=int(i)*2 + print(b) \ No newline at end of file