cc013陈文朋  
wd=input("请输入摄氏温度:")
wd = int(wd)
hd=wd*9/5+32
#输出结果
print("摄氏温度转化为华氏温度为{}:".format(hd))

 

posted on 2018-09-03 11:33  C22C  阅读(251)  评论(0)    收藏  举报