简介
字典是Python中的一种基本数据结构。它们允许你存储键值对,并且经常用于表示现实世界中的对象或概念。在这个挑战中,你将使用字典及其值。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
python(("Python")) -.-> python/PythonStandardLibraryGroup(["Python Standard Library"])
python(("Python")) -.-> python/BasicConceptsGroup(["Basic Concepts"])
python(("Python")) -.-> python/DataStructuresGroup(["Data Structures"])
python(("Python")) -.-> python/FunctionsGroup(["Functions"])
python/BasicConceptsGroup -.-> python/variables_data_types("Variables and Data Types")
python/BasicConceptsGroup -.-> python/comments("Comments")
python/DataStructuresGroup -.-> python/lists("Lists")
python/DataStructuresGroup -.-> python/dictionaries("Dictionaries")
python/FunctionsGroup -.-> python/function_definition("Function Definition")
python/FunctionsGroup -.-> python/build_in_functions("Build-in Functions")
python/PythonStandardLibraryGroup -.-> python/data_collections("Data Collections")
subgraph Lab Skills
python/variables_data_types -.-> lab-13740{{"Python 字典:键值对"}}
python/comments -.-> lab-13740{{"Python 字典:键值对"}}
python/lists -.-> lab-13740{{"Python 字典:键值对"}}
python/dictionaries -.-> lab-13740{{"Python 字典:键值对"}}
python/function_definition -.-> lab-13740{{"Python 字典:键值对"}}
python/build_in_functions -.-> lab-13740{{"Python 字典:键值对"}}
python/data_collections -.-> lab-13740{{"Python 字典:键值对"}}
end