c = input(‘请输入摄氏温度:‘) f = float(c)*9/5+32 print(‘{}摄氏温度转为华氏温度是{}‘.format(c,f))
原文地址:https://www.cnblogs.com/liangzhijie/p/8946962.html
时间: 2024-11-05 04:10:41
c = input(‘请输入摄氏温度:‘) f = float(c)*9/5+32 print(‘{}摄氏温度转为华氏温度是{}‘.format(c,f))
原文地址:https://www.cnblogs.com/liangzhijie/p/8946962.html