
Working Hours Calculator

编写一个函数,将两个日期和两个时间作为输入,并返回两个日期(包括两个日期)之间的总工作小时数。时间代表工作日的开始和结束时间。工作时间定义为周一至周五结束时间和开始时间之间的时间,不包括节假日。因此,该函数还需要一个参数,指定一个 列表 中要排除的节假日(可以为空)。
时间可能有分钟数。将其转换为浮点数 minutes/60,精度为两位数。 ...
You should be an authorized user in order to see the full description and start solving this mission.