发布时间:2019-08-06 13:56:23编辑:auto阅读(2180)
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之基础篇(一)
51345
50807
41400
38199
32691
29583
28416
23299
23257
21589
1665°
2399°
2006°
1941°
2273°
1972°
2677°
4476°
4306°
3069°