Skip to content

Commit 9b59532

Browse files
committed
Bugfix
1 parent c4eba98 commit 9b59532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

koans/about_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ def test_logic():
8686
"""
8787
names = ['Вова', 'Леша', 'Лена', 'Света']
8888
name = "Вова"
89-
if __ in __:
89+
if __ in ____:
9090
assert True

0 commit comments

Comments
 (0)