编辑代码
Python代码
3.11.0
2.7.17
运行
a=input(
"菱形的底"
) b=input(
"菱形的高"
) x=float(a) y=float(b) print(x*y)