Jin's Dev Story
[Python] Math.gcd - 최대공약수
2024.06.12
·
Programming Language/Python
gcd() 함수최대공약수 구하기import mathprint(math.gcd(20, 45)) # 5print(math.gcd(20, 60, 100)) # 20
이전
1
다음
티스토리툴바
Jin's Dev Story
구독하기