发布时间:2019-08-06 13:56:23编辑:auto阅读(2052)
import easygui easygui.msgbox('this program converts fahrenheit to celsius') t=easygui.enterbox('type the T temperature in fahrenheit:') f=float(t) c=(f-32)*5.0/9 #'\n'是换行 easygui.msgbox('this is'+ str(c)+ '\n'+'degrees celsius.')
上一篇: Python31 Socket2
下一篇: python之基础篇(一)
49106
48240
38980
36103
30511
27308
26311
21139
20981
19324
68°
72°
196°
355°
223°
884°
932°
917°
924°
882°