Exemplo n.º 1
0
 def test_ribbon_second(self):
     self.assertEqual(14, calculate_ribbon(1, 1, 10))
Exemplo n.º 2
0
 def test_ribbon_first(self):
     self.assertEqual(34, calculate_ribbon(2, 3, 4))