Ответ:
hour_to_seconds = lambda hour : hour * 3600
print(hour_to_seconds(int(input("Введите кол-во часов: "))))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
hour_to_seconds = lambda hour : hour * 3600
print(hour_to_seconds(int(input("Введите кол-во часов: "))))