计算矩形面积

"""计算矩形面积"""
l = float(input())
d = float(input())
S = l * d
s = round(S,2)
print(s)

 

 

 学号:2020310143012

昵称:苒若

posted @ 2021-09-12 23:42  苒若  阅读(114)  评论(0)    收藏  举报