Skip to content

Commit 9d11980

Browse files
committed
Remove usage code
1 parent cead9e4 commit 9d11980

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

python-closure/stack_v2.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,3 @@ def closure():
1313
closure.push = push
1414
closure.pop = pop
1515
return closure
16-
17-
18-
stack = Stack()
19-
stack.push(1)
20-
stack.push(2)
21-
stack.push(3)
22-
23-
stack.pop()
24-
25-
stack._items

0 commit comments

Comments
 (0)