mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 06:44:57 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -77,7 +77,7 @@ class ArrayHashMap:
|
||||
print(pair.key, "->", pair.val)
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化哈希表
|
||||
mapp = ArrayHashMap()
|
||||
|
Reference in New Issue
Block a user