Skip to content

Commit c59d6a3

Browse files
committed
Removed extra line
1 parent 2c54049 commit c59d6a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lab-11/stack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ def __init__(self):
33
super().__init__()
44
self.stack = []
55

6-
76
def getStack(self):
87
"""Prompts the user to enter five strings and stores them in a stack."""
98
for i in range(5):

0 commit comments

Comments
 (0)