はじめに
多くの国では、温度を摂氏で測定します。ただし、一部の国では、温度を華氏で測定します。これら2つの測定単位の間で変換できることが重要です。このチャレンジでは、華氏を摂氏に変換する関数を書きます。
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-13629{{"華氏から摂氏への変換"}}
python/function_definition -.-> lab-13629{{"華氏から摂氏への変換"}}
end