[Python] 在python中使用tempconv模块转换问题 →→→→→进入此内容的聊天室

来自 , 2020-10-18, 写在 Python, 查看 109 次.
URL http://www.code666.cn/view/65173795
  1. from tempconv import ctof
  2. from tempconv import ftoc
  3.  
  4. temp = 95
  5. convTemp = ftoc(temp)
  6. print("the converted temp is " + str(convTemp))
  7. temp = 0
  8. convTemp = ctof(temp)
  9. print("the converted temp is " + str(convTemp))
  10. #//python/7394

回复 "在python中使用tempconv模块转换问题"

这儿你可以回复上面这条便签

captcha