Ответ:
max_ves = 5700
arithmetic_mean = int(input('Введите средний вес чемоданов: '))
conclusion = lambda number: max_ves // number
print(conclusion(arithmetic_mean))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Ответ:
max_ves = 5700
arithmetic_mean = int(input('Введите средний вес чемоданов: '))
conclusion = lambda number: max_ves // number
print(conclusion(arithmetic_mean))