发布时间:2019-08-06 13:56:23编辑:auto阅读(2195)
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之基础篇(一)
51545
51106
41644
38398
32886
29860
28580
23532
23467
21813
1963°
2665°
2219°
2152°
2598°
2183°
2907°
4834°
4664°
3313°