はじめに
数学において、角度は度またはラジアンで測定することができます。ラジアンは、数学や物理学の多くの分野で使用される角度測定の標準単位です。このチャレンジでは、角度を度からラジアンに変換する関数を書くよう求められます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python(("Python")) -.-> python/ModulesandPackagesGroup(["Modules and Packages"])
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python/BasicConceptsGroup -.-> python/comments("Comments")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/ModulesandPackagesGroup -.-> python/importing_modules("Importing Modules")
python/ModulesandPackagesGroup -.-> python/using_packages("Using Packages")
python/ModulesandPackagesGroup -.-> python/standard_libraries("Common Standard Libraries")
python/PythonStandardLibraryGroup -.-> python/math_random("Math and Random")
subgraph Lab Skills
python/comments -.-> lab-13618{{"角度を度からラジアンに変換する"}}
python/function_definition -.-> lab-13618{{"角度を度からラジアンに変換する"}}
python/importing_modules -.-> lab-13618{{"角度を度からラジアンに変換する"}}
python/using_packages -.-> lab-13618{{"角度を度からラジアンに変換する"}}
python/standard_libraries -.-> lab-13618{{"角度を度からラジアンに変換する"}}
python/math_random -.-> lab-13618{{"角度を度からラジアンに変換する"}}
end