We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c87af7 commit 106e447Copy full SHA for 106e447
2 files changed
python 2/koans/about_lists.py
@@ -71,7 +71,7 @@ def test_insertions(self):
71
self.assertEqual(__, knight)
72
73
def test_popping_lists(self):
74
- stack = [10, 20, 30]
+ stack = [10, 20, 30, 40]
75
stack.append('last')
76
77
self.assertEqual(__, stack)
python 3/koans/about_lists.py
@@ -72,7 +72,7 @@ def test_insertions(self):
78
0 commit comments