This commit is contained in:
krahets
2023-09-03 19:14:37 +08:00
parent ca7b5c0ac2
commit f07e94ab0c
7 changed files with 95 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ comments: true
```python title="hash_map.py"
# 初始化哈希表
hmap: Dict = {}
hmap: dict = {}
# 添加操作
# 在哈希表中添加键值对 (key, value)