发布时间:2019-08-06 13:56:23编辑:auto阅读(2455)
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之基础篇(一)
53530
40352
34754
30513
25389
25183
23596
18869
15174
14684
1151°
1073°
1143°
1161°
1197°
1352°
1311°
1286°
1382°
1326°