- 博客(2)
- 收藏
- 关注
原创 day02
7.17 T1import mathr=float(input(‘输入顶点到中心的距离r:’))s=2rmath.sin(math.pi/5)area=5ss/(4*math.tan(math.pi/5))print(‘五边形面积为%.2f’ % area)T2import mathx1,y1=map(float, input(‘输入点1的位置:’).split(’,’))x2,...
2019-09-03 19:56:27 823
原创 day01homework
#第一天9.2作业#T1Celsius =float(input('请输入摄氏温度温度:'))fahrenheit = (9/5)*Celsius + 32print('该%.1f摄氏温度转化为华氏温度为%.1f' % (Celsius,fahrenheit))#T2import mathradius =float(input('输入圆的半径:'))length=float(inp...
2019-09-03 19:08:10 169
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人