发布时间:2019-08-06 13:56:23编辑:auto阅读(2156)
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之基础篇(一)
51027
50406
41021
37886
32351
29248
28130
22965
22929
21256
1131°
1835°
1480°
1419°
1705°
1509°
2169°
3739°
3671°
2583°