Ответ:
arr = [3,4,7,1,8,2,5,4,6,9]
print(arr[int(input())])
Язык программирования: Python
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
arr = [3,4,7,1,8,2,5,4,6,9]
print(arr[int(input())])
Язык программирования: Python