예제 #1
0
 def test_fact(self):
     assert_equal(example.fact(10),3628800)
예제 #2
0
 def check_fact(self):
     assert_equal(example.fact(10),3628800)
예제 #3
0
 def test_fact(self):
     assert_equal(example.fact(10),3628800)
예제 #4
0
 def check_fact(self):
     assert_equal(example.fact(10),3628800)