Esempio n. 1
0
 def test_gcd_swap(self):
   self.assertEqual(math.gcd(24, 54), 6)
Esempio n. 2
0
 def test_gcd_swap(self):
     self.assertEqual(math.gcd(24, 54), 6)
Esempio n. 3
0
 def test_gcd(self):
   self.assertEqual(math.gcd(54, 24), 6)
Esempio n. 4
0
 def test_gcd(self):
     self.assertEqual(math.gcd(54, 24), 6)