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

View File

@@ -1,3 +1,4 @@
a=int(input());b=int(input())
CD=open("24__.txt").readline().strip()
position=[]

2
one.py
View File

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