We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c54049 commit c59d6a3Copy full SHA for c59d6a3
lab-11/stack.py
@@ -3,7 +3,6 @@ def __init__(self):
3
super().__init__()
4
self.stack = []
5
6
-
7
def getStack(self):
8
"""Prompts the user to enter five strings and stores them in a stack."""
9
for i in range(5):
0 commit comments