运用python编程实现摄氏度与华氏温度之间的转换

 我来答
mafangsan
2017-11-21 · TA获得超过1.2万个赞
知道大有可为答主
回答量:1万
采纳率:71%
帮助的人:2589万
展开全部
print '1. Fahrenheit to Celsius'
print '2. Celsius to Farhrenheit'
opt = raw_input('Enter: ')
if opt not in ['1','2']:
    print 'Error'
elif opt == '1':
    d = raw_input('Tempature in F: ')
    try:
        if float(d) <= -459.67:
            print 'Error'
        else:
            print round((float(d)-32)/1.8,2)
    except ValueError:
        print 'Error'
elif opt == '2':
    d = raw_input('Tempature in C: ')
    try:
        if float(d) <= -273.15:
            print 'Error'
        else:
            print round((float(d)*1.8)+32,2)
    except ValueError:
        print 'Error'
leipole
2024-11-29 广告
作为上海雷普电气有限公司的一员,我们深知温度控制在工业领域的重要性。Arduino温度控制系统凭借其灵活性和易用性,成为我们温控方案中的重要组成部分。该系统通过Arduino控制器与温度传感器相连,实时监测并调整温度,实现精确的温度控制。无... 点击进入详情页
本回答由leipole提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式