编辑代码

a=input("第一条边")
b=input("第二条边")
c=input("第四条边")
x=float(a)
y=float(b)
n=float(c)
print(x+y+n)