简介
在许多国家,温度是以摄氏度为单位进行测量的。然而,在一些国家,温度是以华氏度为单位进行测量的。能够在这两种计量单位之间进行转换是很重要的。在这个挑战中,你将编写一个将华氏度转换为摄氏度的函数。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
subgraph Lab Skills
python/comments -.-> lab-13629{{"华氏度到摄氏度的转换"}}
python/function_definition -.-> lab-13629{{"华氏度到摄氏度的转换"}}
end