<aside> ๐ก Kmodule 1.2 ์ ๋ฐ์ดํธ ๋ด์ญ
</aside>
def pythatrian(a, b, c): if a ** 2 + b ** 2 == c ** 2: return 1 else: return 0 def root(a): return a**(1/2)
<aside> ๐ก 2024/2/24