Commit acfccae8 by BellCodeEditor

auto save

parent 3515f1dd
Showing with 11 additions and 2 deletions
# 我们都爱夸夸夸
\ No newline at end of file
# a=float(input("输入一个数值:")) 获取输入
# c=(a-32)/1.8
# # 占位符
# print(‘华氏度%f是%f摄氏度’ %(a,c))
a=float(input('输入一个半径180:'))
c=2*3.14*a
b=3.14*a*a
print('周长是%d面积是%d' %(c,b)
\ 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