[PYTHON/COMMON] gcd 함수 : 최대 공약수(GCD, Greatest Common Divisor) 구하기


■ gcd 함수를 사용해 최대 공약수(GCD, Greatest Common Divisor)를 구하는 방법을 보여준다.

예제 코드 (PY)