Объяснение:
a=int(input())
b=a % 100 // 10
print(b)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Объяснение:
a=int(input())
b=a % 100 // 10
print(b)