This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-10-23 21:03:32 +05:00
parent c96d76f7da
commit b830a33b79
2 changed files with 3 additions and 0 deletions

2
one.py
View File

@@ -0,0 +1,2 @@
a='Транспорт'
print(a[-1:-5:-1]+a[2])