예제 #1
0
 def test_2(self):
     self.assertEqual(task.checkio(5, -5), 10)
예제 #2
0
 def test_4(self):
     self.assertEqual(task.checkio(), 0)
예제 #3
0
 def test_1(self):
     self.assertEqual(task.checkio(1, 2, 3), 2)
예제 #4
0
 def test_3(self):
     self.assertEqual(task.checkio(10.2, -2.2, 0, 1.1, 0.5), 12.4)
예제 #5
0
 def test_2(self):
     self.assertEqual(task.checkio(5, -5), 10)
예제 #6
0
 def test_1(self):
     self.assertEqual(task.checkio(1, 2, 3), 2)
예제 #7
0
 def test_4(self):
     self.assertEqual(task.checkio(), 0)
예제 #8
0
 def test_3(self):
     self.assertEqual(task.checkio(10.2, -2.2, 0, 1.1, 0.5), 12.4)