Commit d5c0c512 by BellCodeEditor

auto save

parent 67d03e62
Showing with 7 additions and 0 deletions
a = input("请输入正方形的边长:")
a = int(a)
b = a*4
c = a*a
print("正方形的周长为:",b)
print("正方形的面积为:",c)
\ 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