コード例 #1
0
ファイル: test_mom_math.py プロジェクト: blightzero/SO-Fi
 def test_gcd_swap(self):
   self.assertEqual(math.gcd(24, 54), 6)
コード例 #2
0
 def test_gcd_swap(self):
     self.assertEqual(math.gcd(24, 54), 6)
コード例 #3
0
ファイル: test_mom_math.py プロジェクト: blightzero/SO-Fi
 def test_gcd(self):
   self.assertEqual(math.gcd(54, 24), 6)
コード例 #4
0
 def test_gcd(self):
     self.assertEqual(math.gcd(54, 24), 6)