2 lines
37 B
Python
2 lines
37 B
Python
|
def is_workday(day):
|
||
|
return day < 5
|