Ответ:
money, price = input().split()
money, price = int(money), int(price)
print(money % price, "- остаток денег у Пети")
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
money, price = input().split()
money, price = int(money), int(price)
print(money % price, "- остаток денег у Пети")