Skip to content

Commit

Permalink
fixing typo (Ebazhanov#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
metis-macys-66898 authored May 25, 2021
1 parent d3539eb commit 40f011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/python-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ def calculate_sales_tax(subtotal):
- [ ] a generic object class with iterable parameter fields
- [ ] a tuple subclass with non-iterable parameter fields

#### Q69. Which statement accurately describes how items are added to and remnoved from a stack?
#### Q69. Which statement accurately describes how items are added to and removed from a stack?

- [ ] a stacks adds items to one side and removes items from the other side.
- [x] a stacks adds items to the top and removes items from the top.
Expand Down

0 comments on commit 40f011f

Please sign in to comment.