def test_fact(self): assert_equal(example.fact(10),3628800)
def check_fact(self): assert_equal(example.fact(10),3628800)