This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
Comp-Prog-A.Liuyao.2021Fall.XinYuan
/
AllStuWrite
關註
61
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
删除 'sy5-1.py'
master
吴思辰
3 年之前
父節點
31384fb921
當前提交
69c61236ff
共有
1 個文件被更改
,包括
0 次插入
和
10 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-10
sy5-1.py
+ 0
- 10
sy5-1.py
查看文件
@ -1,10 +0,0 @@
#定义函数getCelsius,将华氏温度转化为摄氏温度
def
getCelsius
(
f
)
:
c
=
(
f
-
32
)
*
9
/
5
#计算摄氏温度
return
c
#返回摄氏温度
f
=
float
(
input
(
"
input fahr:
"
)
)
#输入华氏温度
c
=
getCelsius
(
f
)
#调用getCelsius求摄氏温度
print
(
"
fahr=
%.1f
, celsius =
%.1f
\n
"
%
(
f
,
c
)
)
;
#输出结果
Write
Preview
Loading…
取消
儲存