mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-29 17:14:38 +00:00
Unify the comment style of python codes
This commit is contained in:
@@ -64,7 +64,7 @@ def find(nums: list[int], target: int) -> int:
|
||||
return -1
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化数组
|
||||
arr: list[int] = [0] * 5
|
||||
|
||||
Reference in New Issue
Block a user