Пример #1
0
 def test_more_subsets_than_items(self):
     self.assertEqual(stirling2(3, 4), 0)
Пример #2
0
 def test_8_5(self):
     self.assertEqual(stirling2(8, 5), 1050)