输入底和高,输出面积

d=int(input(“请输入底边:\n”))
h=int(input(“请输入高:\n”))
print=(d*h/2)

猜你喜欢

转载自blog.csdn.net/mayongfei_a/article/details/88539117