We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fd5fa commit a8f28b4Copy full SHA for a8f28b4
day02/code/practice1.py
@@ -1,6 +1,9 @@
1
"""
2
练习1:华氏温度转摄氏温度
3
公式:F = 1.8C + 32
4
+
5
+Version: 1.0
6
+Author: Jalan
7
8
9
f = float(input("请输入华氏温度:"))
day02/code/practice2.py
@@ -2,6 +2,9 @@
练习2:输入圆的半径计算计算周长和面积
周长公式:2*pi*r
面积公式:pi*r*r
+Version: 1.0.0
10
import math
0 commit comments