はじめに
Python では、一連の数値の平均を計算することは一般的なタスクです。このチャレンジでは、2 つ以上の数値を引数として受け取り、それらの平均を返す関数を書くよう求められます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/tuples("Tuples")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/keyword_arguments("Keyword Arguments")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
subgraph Lab Skills
python/comments -.-> lab-13589{{"Python で平均を計算する"}}
python/lists -.-> lab-13589{{"Python で平均を計算する"}}
python/tuples -.-> lab-13589{{"Python で平均を計算する"}}
python/function_definition -.-> lab-13589{{"Python で平均を計算する"}}
python/keyword_arguments -.-> lab-13589{{"Python で平均を計算する"}}
python/build_in_functions -.-> lab-13589{{"Python で平均を計算する"}}
end