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:
@ -39,7 +39,7 @@ class ArrayStack:
|
||||
return self.__stack
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化栈
|
||||
stack = ArrayStack()
|
||||
|
Reference in New Issue
Block a user