Commit a792a53b by BellCodeEditor

save project

parent b778edef
Showing with 5 additions and 0 deletions
input(r)
d=2*r
C=3.14*2*r
S=3.14*r**2
print("圆的直径:"d\n"圆的周长:"C\n"圆的面积:"S)
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