mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-16 03:59:18 +08:00
Unify the comment style of python codes
This commit is contained in:
@@ -26,7 +26,7 @@ def hashing_search_linkedlist(
|
||||
return mapp.get(target, None)
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
target: int = 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user