Introduction to TurboFan
doar-e.github.io36 pointsby hyt7u4 comments
def statement3(date):
possible_dates = tell(Month(date))
return (not know(possible_dates)
and not know(filter(lambda x : not know(x),
[tell(Day(d)) for d in possible_dates])))