编辑代码
Python代码
3.11.0
2.7.17
运行
a=input(
"第一条边"
) b=input(
"第二条边"
) c=input(
"第四条边"
) x=float(a) y=float(b) n=float(c) print(x+y+n)