はじめに
Python では、hex()
関数を使って、10進数を16進数に簡単に変換できます。このチャレンジでは、10進数を引数として受け取り、その16進数表記を返す関数を書くよう求められます。
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")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
subgraph Lab Skills
python/comments -.-> lab-13732{{"10 進数を 16 進数に変換する"}}
python/function_definition -.-> lab-13732{{"10 進数を 16 進数に変換する"}}
python/build_in_functions -.-> lab-13732{{"10 進数を 16 進数に変換する"}}
end