a = input('1.摄氏转华氏 2.华氏转摄氏') if a =='1': c = input('请输入摄氏温度:') f = float(c)*9/5+32 print('{}摄氏温度转化为华氏温度是{}'.format(c,f)) else: f = float(input('请输入华氏温度:')) c = 5/9*(f-32) print
NoSuchKey
猜你喜欢
转载自www.cnblogs.com/Sally-0820/p/8947457.html
今日推荐
周排行