Commit db0fb9b1 by BellCodeEditor

auto save

parent 6902e3c9
Showing with 7 additions and 0 deletions
a=input("边长:")
a=int(a)
C=4*a
S=a*a
print("周长",C)
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