TDT4109/Exercise 5/9 - Arbeidsdager/b.py

2 lines
37 B
Python
Raw Normal View History

2020-10-07 13:13:24 +02:00
def is_workday(day):
return day < 5