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

2 lines
37 B
Python

def is_workday(day):
return day < 5