Ответ:
Удачи в сириусе
Объяснение:
n=int(input())
m=int(input())
res=(m + n - 2) % 7 + 1
print(res)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Удачи в сириусе
Объяснение:
n=int(input())
m=int(input())
res=(m + n - 2) % 7 + 1
print(res)