Example #1
0
 def test_fact(self):
     assert_equal(example.fact(10),3628800)
 def check_fact(self):
     assert_equal(example.fact(10),3628800)
Example #3
0
 def test_fact(self):
     assert_equal(example.fact(10),3628800)
 def check_fact(self):
     assert_equal(example.fact(10),3628800)