温度

a=input('请输入一个摄氏温度')
 
 
sum2=int(a)*9/5+32
print('转换的华氏温度是:{}'.format(sum2))

  

猜你喜欢

转载自www.cnblogs.com/wzbbang/p/8946907.html