标签:技术分享 .com 技术 img col 分享图片 int src input
wd=input("请输入摄氏温度:") wd = int(wd) hd=wd*9/5+32 #输出结果 print("摄氏温度转化为华氏温度为{}:".format(hd))
华氏温度与摄氏温度转换
原文地址:https://www.cnblogs.com/cc013/p/9577629.html