Commit 9717ea96 by BellCodeEditor

auto save

parent 23dfff73
Showing with 7 additions and 0 deletions
#print(not 4<2 and 2>1)
a=int(input("请输入长方形的长:"))
b=int(input("请输入长方形的宽:"))
s=a*b
print("面积为:",+s)
\ 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