We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef768d commit fc65b52Copy full SHA for fc65b52
1 file changed
python2/koans/about_control_statements.py
@@ -20,7 +20,6 @@ def test_if_then_statements(self):
20
self.assertEqual(__, result)
21
22
def test_if_then_elif_else_statements(self):
23
- result = 'default value'
24
if False:
25
result = 'first value'
26
elif True:
0 commit comments