简介
在这个挑战中,你需要编写一个 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