发布时间:2019-08-06 13:56:23编辑:auto阅读(2131)
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之基础篇(一)
50492
49793
40390
37411
31831
28692
27622
22407
22407
20720
477°
1093°
894°
831°
1076°
952°
1565°
2928°
2606°
2006°