はじめに
このチャレンジでは、キロメートルをマイルに変換する 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-13680{{"キロメートルからマイルへの変換"}}
python/function_definition -.-> lab-13680{{"キロメートルからマイルへの変換"}}
end