length = 3.14 width = 1.57 round(length * width, 2) 比如这样,我用网页在线编辑给我输出了,但是我不知道应不应该
没print是没有输出的
round() 返回浮点数x的四舍五入值
print 是打印(显示)