01/10/2018, 17:15
Xét tam giác vuông vậy đúng chưa mn
def right_triangle(a, b, c):
x = b**2 + c**2
y = c**2 + a**2
z = a**2 + b**2
if a > 0 and b > 0 and c > 0:
if a**2 == x:
return("True")
else:
if c**2 == z:
return("True")
else:
if b**2 == y:
return("True")
else:
return("False")
Bài liên quan
hoặc
luôn.
Xét nhé:
Đã như vậy thì chơi lớn đi