Commit 156abe8c by BellCodeEditor

auto save

parent 3515f1dd
Showing with 10 additions and 2 deletions
# 我们都爱夸夸夸
\ No newline at end of file
input()
print()
\ No newline at end of file
# a=input('请输入一个华氏度')
# print((int(a)-32)/1.8)
r=float(input("请输入一个数"))
c=3.14*r*r
a=2*3.14*r
print('半径%f圆的周长为 %f 面积是%f' % (r,a,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