Wesley13 Wesley13
2年前
4.python
一编写一个函数判断输入的三个数是否能构成三角形我写的函数defis_triangle(a,b,c):if(abcandabs(ab)<c)or(acbandabs(ac)<b)or(bcaandabs(bc)<a):return