Python Standard math Library provides a built-in function gcd() to calculate GCD or HCF of any ... import math library import math print(math.gcd(12,18)) ...
確定! 回上一頁