发布时间:2019-08-06 13:56:23编辑:auto阅读(2316)
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之基础篇(一)
52369
52291
42417
39311
33779
30736
29485
24405
24270
22643
150°
155°
166°
186°
156°
275°
264°
284°
283°
341°