예제 #1
0
def test05():
    return day_of_the_week(1900, 1, 5) == 5
예제 #2
0
def test06():
    return day_of_the_week(2009, 2, 7) == 6
예제 #3
0
def test04():
    return day_of_the_week(1989, 11, 9) == 4
예제 #4
0
def test03():
    return day_of_the_week(2012, 2, 29) == 3
예제 #5
0
def test02():
    return day_of_the_week(2013, 12, 31) == 2
예제 #6
0
def test01():
    return day_of_the_week(2013, 3, 11) == 1
예제 #7
0
def test00():
    return day_of_the_week(1961, 8, 13) == 0