Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
one line solution in Creative category for Weekend Counter by aquazul
checkio = lambda f, t: ((t-f).days + 1 + f.weekday()) // 7 * 2 + (t.weekday()==5) - (f.weekday()==6)
Jan. 23, 2017