We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4eba98 commit 9b59532Copy full SHA for 9b59532
1 file changed
koans/about_conditions.py
@@ -86,5 +86,5 @@ def test_logic():
86
"""
87
names = ['Вова', 'Леша', 'Лена', 'Света']
88
name = "Вова"
89
- if __ in __:
+ if __ in ____:
90
assert True
0 commit comments