一. 题目

编写一个程序,将温度从华氏温度转化为摄氏温度

温度转换代码:

python温度转换器

代码解释:

westos = (name - 32) / 1.8
转换公式

import time引用time参数
time.sleep(?)输出完成后显示几秒

相关文章: