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