mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-29 00:54:26 +00:00
Unify the comment style of python codes
This commit is contained in:
@@ -4,7 +4,7 @@ Created Time: 2022-11-25
|
||||
Author: Krahets (krahets@163.com)
|
||||
"""
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化列表
|
||||
arr: list[int] = [1, 3, 2, 5, 4]
|
||||
|
||||
Reference in New Issue
Block a user