标签:image com inpu 技术分享 style highlight 图片 code inf
a=input(‘请输入华氏温度‘)
sum2=int(a)*5/9-32
print(‘转换的摄氏温度是;{}‘.format(sum2))
a=input(‘请输入摄氏温度‘) sum2=int(a)*5/9+32 print(‘转换的华氏温度是;{}‘.format(sum2))


标签:image com inpu 技术分享 style highlight 图片 code inf
原文地址:https://www.cnblogs.com/fkfkfk/p/8946957.html