We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55b768 commit 0037245Copy full SHA for 0037245
stack-and-queue/stack-linked.py
@@ -58,7 +58,7 @@ def display(self):
58
print(p.info , " ")
59
p = p.link
60
61
-#########################################################################################
+########################################################################################
62
63
if __name__ == "__main__":
64
st = Stack()
0 commit comments