简介
在科学领域,温度通常用摄氏度(Celsius)或华氏度(Fahrenheit)来测量。摄氏度是公制温度计量单位,而华氏度是英制温度计量单位。有时,需要将摄氏度转换为华氏度,或者反之亦然。在这个挑战中,你将被要求使用一个转换公式将摄氏度转换为华氏度。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
subgraph Lab Skills
python/comments -.-> lab-13598{{"将摄氏温度转换为华氏温度"}}
python/function_definition -.-> lab-13598{{"将摄氏温度转换为华氏温度"}}
end