Commit d35913cb by BellCodeEditor

auto save

parent f12f9aa8
Showing with 6 additions and 0 deletions
a=int(input('输入矩形的长:'))
b=int(input('输入矩形的宽:'))
# print(int(a)*int(b))
print('面积为:',a*b)
print('周长为:',(a+b)*2)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment