はじめに
このチャレンジでは、マイルをキロメートルに変換する Python 関数を作成します。マイル単位の距離が与えられ、それに相当するキロメートル単位の距離を返す必要があります。
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-13692{{"マイルをキロメートルに変換する"}}
python/function_definition -.-> lab-13692{{"マイルをキロメートルに変換する"}}
end